#05552C

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

Shades of Crusoe #05552C

Tints of Crusoe #05552C

Color information

#05552C (or 0x05552C) is unknown color: approx Crusoe. HEX triplet: 05, 55 and 2C. RGB value is (5,85,44). Sum of RGB (Red+Green+Blue) = 5+85+44=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #05552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05552C is #FAAAD3. Grayscale: #383838. Windows color (decimal): -16427732 or 2905349. OLE color: 2905349.

HSL color Cylindrical-coordinate representation of color #05552C: hue angle of 149.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05552C is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB58544-
CMYK0.9400.480.67
HSL149.25º88.89%17.65%-
HSV(B)149.25º94.12%33.33%-
XYZ3.776.713.48-
YUV56.4112191.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=3.73%
G=63.43%
B=32.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585440.9400.480.67149.2588.8917.65
Hex5552C5E03043955912
Octal51255413606010322513122
Binary101101010110110010111100110000100001110010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05552C; }

 p { color: rgb(5,85,44); }

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

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

 a { background-color: rgb(5,85,44); }

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

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

 span { border-color: rgb(5,85,44); }

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