#055714

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

Shades of Crusoe #055714

Tints of Crusoe #055714

Color information

#055714 (or 0x055714) is unknown color: approx Crusoe. HEX triplet: 05, 57 and 14. RGB value is (5,87,20). Sum of RGB (Red+Green+Blue) = 5+87+20=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #055714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055714 is #FAA8EB. Grayscale: #373737. Windows color (decimal): -16427244 or 1332997. OLE color: 1332997.

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

Color convert

RGB58720-
CMYK0.9400.770.66
HSL130.98º89.13%18.04%-
HSV(B)130.98º94.25%34.12%-
XYZ3.66.91.8-
YUV54.84108.3392.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 87 (34.38% from 255) = 77.68%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=4.46%
G=77.68%
B=17.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587200.9400.770.66130.9889.1318.04
Hex557145E04D42835912
Octal512724136011510220313122
Binary101101011110100101111001001101100001010000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055714; }

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

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

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

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

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

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

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

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