#05592E

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

Shades of Crusoe #05592E

Tints of Crusoe #05592E

Color information

#05592E (or 0x05592E) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 2E. RGB value is (5,89,46). Sum of RGB (Red+Green+Blue) = 5+89+46=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #05592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05592E is #FAA6D1. Grayscale: #3B3B3B. Windows color (decimal): -16426706 or 3037445. OLE color: 3037445.

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

Color convert

RGB58946-
CMYK0.9400.480.65
HSL149.29º89.36%18.43%-
HSV(B)149.29º94.38%34.9%-
XYZ4.137.373.79-
YUV58.98120.6789.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 89 (35.16% from 255) = 63.57%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=3.57%
G=63.57%
B=32.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589460.9400.480.65149.2989.3618.43
Hex5592E5E03041955912
Octal51315613606010122513122
Binary101101100110111010111100110000100000110010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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