#055726

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

Shades of Crusoe #055726

Tints of Crusoe #055726

Color information

#055726 (or 0x055726) is unknown color: approx Crusoe. HEX triplet: 05, 57 and 26. RGB value is (5,87,38). Sum of RGB (Red+Green+Blue) = 5+87+38=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #055726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055726 is #FAA8D9. Grayscale: #393939. Windows color (decimal): -16427226 or 2512645. OLE color: 2512645.

HSL color Cylindrical-coordinate representation of color #055726: hue angle of 144.15º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055726 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB58738-
CMYK0.9400.560.66
HSL144.15º89.13%18.04%-
HSV(B)144.15º94.25%34.12%-
XYZ3.826.992.98-
YUV56.9117.3390.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 87 (34.38% from 255) = 66.92%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=3.85%
G=66.92%
B=29.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587380.9400.560.66144.1589.1318.04
Hex557265E03842905912
Octal51274613607010222013122
Binary101101011110011010111100111000100001010010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055726; }

 p { color: rgb(5,87,38); }

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

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

 a { background-color: rgb(5,87,38); }

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

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

 span { border-color: rgb(5,87,38); }

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