#05582B

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

Shades of Crusoe #05582B

Tints of Crusoe #05582B

Color information

#05582B (or 0x05582B) is unknown color: approx Crusoe. HEX triplet: 05, 58 and 2B. RGB value is (5,88,43). Sum of RGB (Red+Green+Blue) = 5+88+43=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #05582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05582B is #FAA7D4. Grayscale: #3A3A3A. Windows color (decimal): -16426965 or 2840581. OLE color: 2840581.

HSL color Cylindrical-coordinate representation of color #05582B: hue angle of 147.47º 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 #05582B is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB58843-
CMYK0.9400.510.65
HSL147.47º89.25%18.24%-
HSV(B)147.47º94.32%34.51%-
XYZ3.997.193.46-
YUV58.05119.590.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 88 (34.77% from 255) = 64.71%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=3.68%
G=64.71%
B=31.62%

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
Decimal588430.9400.510.65147.4789.2518.24
Hex5582B5E03341935912
Octal51305313606310122313122
Binary101101100010101110111100110011100000110010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05582B; }

 p { color: rgb(5,88,43); }

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

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

 a { background-color: rgb(5,88,43); }

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

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

 span { border-color: rgb(5,88,43); }

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