Html Css Color HEX #055314 Crusoe

📋 copy color: '#055314'

red 5 ◦ green 83 ◦ blue 20

#055314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #055314

Tints of Crusoe #055314

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.2% from 255) = 18.52%

R = 4.63%
G = 76.85%
B = 18.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#055314 (or 0x055314) is known color: 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

RGB 5 83 20 -
CMYK 0.94 0 0.76 0.67
HSL 131.54º 0.89% 0.17% -
HSV(B) 131.54º 0.94% 0.33% -
XYZ 3.28 6.27 1.7 -
YUV 52.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 5 83 20 0.94 0 0.76 0.67 131.54 0.89 0.17
Hex 5 53 14 5E 0 4C 43 84 59 11
Octal 5 123 24 136 0 114 103 204 131 21
Binary 101 1010011 10100 1011110 0 1001100 1000011 10000100 1011001 10001

Color Harmonies of #055314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055314

Black with #055314

Text Example


Text Example

White with #055314

Text Example


Text Example

HTML Codes & Css Web 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>