#057441

Color #057441 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #057441

Tints of Jewel #057441

Color information

#057441 (or 0x057441) is unknown color: approx Jewel. HEX triplet: 05, 74 and 41. RGB value is (5,116,65). Sum of RGB (Red+Green+Blue) = 5+116+65=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #057441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057441 is #FA8BBE. Grayscale: #4D4D4D. Windows color (decimal): -16419775 or 4289541. OLE color: 4289541.

HSL color Cylindrical-coordinate representation of color #057441: hue angle of 152.43º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057441 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB511665-
CMYK0.9600.440.55
HSL152.43º91.74%23.73%-
HSV(B)152.43º95.69%45.49%-
XYZ7.2612.97.11-
YUV77121.2376.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 116 (45.70% from 255) = 62.37%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=2.69%
G=62.37%
B=34.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116650.9600.440.55152.4391.7423.73
Hex574416002C37985c18
Octal51641011400546723013430
Binary101111010010000011100000010110011011110011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057441; }

 p { color: rgb(5,116,65); }

 H1.HeaderClassName
 {
   color: #057441;
 }
 .AnyTagClassName
 {
   color: #057441;
 }
</style>
background-color css

<style>
 a { background-color: #057441; }

 a { background-color: rgb(5,116,65); }

 div.DivClassName
 {
   background-color: #057441;
 }
 .BgClassName
 {
   background-color: #057441;
 }
</style>
border-color css

<style>
 span { border-color: #057441; }

 span { border-color: rgb(5,116,65); }

 td.TdClassName
 {
   border-color: #057441;
 }
 .TagClassName
 {
   border-color: #057441;
 }
</style>