#05591A

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

Shades of Crusoe #05591A

Tints of Crusoe #05591A

Color information

#05591A (or 0x05591A) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 1A. RGB value is (5,89,26). Sum of RGB (Red+Green+Blue) = 5+89+26=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #05591A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05591A is #FAA6E5. Grayscale: #383838. Windows color (decimal): -16426726 or 1726725. OLE color: 1726725.

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

Color convert

RGB58926-
CMYK0.9400.710.65
HSL135º89.36%18.43%-
HSV(B)135º94.38%34.9%-
XYZ3.827.252.18-
YUV56.7110.6791.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 89 (35.16% from 255) = 74.17%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=4.17%
G=74.17%
B=21.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589260.9400.710.6513589.3618.43
Hex5591A5E04741875912
Octal513132136010710120713122
Binary101101100111010101111001000111100000110000111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05591A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05591A; }

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

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

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

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

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

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

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

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