#055719

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

Shades of Crusoe #055719

Tints of Crusoe #055719

Color information

#055719 (or 0x055719) is unknown color: approx Crusoe. HEX triplet: 05, 57 and 19. RGB value is (5,87,25). Sum of RGB (Red+Green+Blue) = 5+87+25=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 87 (34.38% from 255 or 74.36% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 87 - color contains mainly: green. Hex color #055719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055719 is #FAA8E6. Grayscale: #373737. Windows color (decimal): -16427239 or 1660677. OLE color: 1660677.

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

Color convert

RGB58725-
CMYK0.9400.710.66
HSL134.63º89.13%18.04%-
HSV(B)134.63º94.25%34.12%-
XYZ3.656.922.06-
YUV55.41110.8392.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 87 (34.38% from 255) = 74.36%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=4.27%
G=74.36%
B=21.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587250.9400.710.66134.6389.1318.04
Hex557195E04742875912
Octal512731136010710220713122
Binary101101011111001101111001000111100001010000111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055719; }

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

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

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

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

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

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

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

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