#05592C

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

Shades of Crusoe #05592C

Tints of Crusoe #05592C

Color information

#05592C (or 0x05592C) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 2C. RGB value is (5,89,44). Sum of RGB (Red+Green+Blue) = 5+89+44=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #05592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05592C is #FAA6D3. Grayscale: #3A3A3A. Windows color (decimal): -16426708 or 2906373. OLE color: 2906373.

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

Color convert

RGB58944-
CMYK0.9400.510.65
HSL147.86º89.36%18.43%-
HSV(B)147.86º94.38%34.9%-
XYZ4.097.363.59-
YUV58.75119.6789.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 89 (35.16% from 255) = 64.49%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=3.62%
G=64.49%
B=31.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589440.9400.510.65147.8689.3618.43
Hex5592C5E03341945912
Octal51315413606310122413122
Binary101101100110110010111100110011100000110010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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