#055B23

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

Shades of Crusoe #055B23

Tints of Crusoe #055B23

Color information

#055B23 (or 0x055B23) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 23. RGB value is (5,91,35). Sum of RGB (Red+Green+Blue) = 5+91+35=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 91 (35.94% from 255 or 69.47% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 91 - color contains mainly: green. Hex color #055B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B23 is #FAA4DC. Grayscale: #3B3B3B. Windows color (decimal): -16426205 or 2317061. OLE color: 2317061.

HSL color Cylindrical-coordinate representation of color #055B23: hue angle of 140.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B23 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB59135-
CMYK0.9500.620.64
HSL140.93º89.58%18.82%-
HSV(B)140.93º94.51%35.69%-
XYZ4.117.642.85-
YUV58.9114.5189.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 91 (35.94% from 255) = 69.47%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=3.82%
G=69.47%
B=26.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591350.9500.620.64140.9389.5818.82
Hex55B235F03E408d5a13
Octal51334313707610021513223
Binary101101101110001110111110111110100000010001101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055B23; }

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

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

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

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

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

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

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

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