#055314

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

Shades of Crusoe #055314

Tints of Crusoe #055314

Color information

#055314 (or 0x055314) is unknown color: approx Crusoe. HEX triplet: 05, 53 and 14. RGB value is (5,83,20). Sum of RGB (Red+Green+Blue) = 5+83+20=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #055314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055314 is #FAACEB. Grayscale: #343434. Windows color (decimal): -16428268 or 1331973. OLE color: 1331973.

HSL color Cylindrical-coordinate representation of color #055314: hue angle of 131.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055314 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB58320-
CMYK0.9400.760.67
HSL131.54º88.64%17.25%-
HSV(B)131.54º93.98%32.55%-
XYZ3.286.271.7-
YUV52.5109.6694.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 83 (32.81% from 255) = 76.85%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=4.63%
G=76.85%
B=18.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583200.9400.760.67131.5488.6417.25
Hex553145E04C43845911
Octal512324136011410320413121
Binary101101001110100101111001001100100001110000100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055314; }

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

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

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

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

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

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

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

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