#055733

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

Shades of Crusoe #055733

Tints of Crusoe #055733

Color information

#055733 (or 0x055733) is unknown color: approx Crusoe. HEX triplet: 05, 57 and 33. RGB value is (5,87,51). Sum of RGB (Red+Green+Blue) = 5+87+51=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 87 (34.38% from 255 or 60.84% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 87 - color contains mainly: green. Hex color #055733 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055733 is #FAA8CC. Grayscale: #3A3A3A. Windows color (decimal): -16427213 or 3364613. OLE color: 3364613.

HSL color Cylindrical-coordinate representation of color #055733: hue angle of 153.66º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055733 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB58751-
CMYK0.9400.410.66
HSL153.66º89.13%18.04%-
HSV(B)153.66º94.25%34.12%-
XYZ4.077.094.29-
YUV58.38123.8389.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 87 (34.38% from 255) = 60.84%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=3.50%
G=60.84%
B=35.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587510.9400.410.66153.6689.1318.04
Hex557335E029429a5912
Octal51276313605110223213122
Binary101101011111001110111100101001100001010011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055733; }

 p { color: rgb(5,87,51); }

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

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

 a { background-color: rgb(5,87,51); }

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

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

 span { border-color: rgb(5,87,51); }

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