#057523

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

Shades of Crusoe #057523

Tints of Crusoe #057523

Color information

#057523 (or 0x057523) is unknown color: approx Crusoe. HEX triplet: 05, 75 and 23. RGB value is (5,117,35). Sum of RGB (Red+Green+Blue) = 5+117+35=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #057523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057523 is #FA8ADC. Grayscale: #4A4A4A. Windows color (decimal): -16419549 or 2323717. OLE color: 2323717.

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

Color convert

RGB511735-
CMYK0.9600.700.54
HSL136.07º91.8%23.92%-
HSV(B)136.07º95.73%45.88%-
XYZ6.7312.883.72-
YUV74.16105.8978.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 117 (46.09% from 255) = 74.52%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=3.18%
G=74.52%
B=22.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117350.9600.700.54136.0791.823.92
Hex575236004636885c18
Octal51654314001066621013430
Binary101111010110001111000000100011011011010001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057523; }

 p { color: rgb(5,117,35); }

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

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

 a { background-color: rgb(5,117,35); }

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

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

 span { border-color: rgb(5,117,35); }

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