Html Css Color HEX #055422 Crusoe

📋 copy color: '#055422'

red 5 ◦ green 84 ◦ blue 34

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

Shades of Crusoe #055422

Tints of Crusoe #055422

RGB

 RED value IS 5 (2.34% from 255) = 4.07%

 GREEN value IS 84 (33.2% from 255) = 68.29%

 BLUE value IS 34 (13.67% from 255) = 27.64%

R = 4.07%
G = 68.29%
B = 27.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#055422 (or 0x055422) is known color: Crusoe. HEX triplet: 05, 54 and 22. RGB value is (5,84,34). Sum of RGB (Red+Green+Blue) = 5+84+34=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #055422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055422 is #FAABDD. Grayscale: #363636. Windows color (decimal): -16427998 or 2249733. OLE color: 2249733.

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

Color convert

RGB 5 84 34 -
CMYK 0.94 0 0.60 0.67
HSL 142.03º 0.89% 0.17% -
HSV(B) 142.03º 0.94% 0.33% -
XYZ 3.52 6.49 2.58 -
YUV 54.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 5 84 34 0.94 0 0.60 0.67 142.03 0.89 0.17
Hex 5 54 22 5E 0 3C 43 8E 59 11
Octal 5 124 42 136 0 74 103 216 131 21
Binary 101 1010100 100010 1011110 0 111100 1000011 10001110 1011001 10001

Color Harmonies of #055422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055422

Black with #055422

Text Example


Text Example

White with #055422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055422; }

 p { color: rgb(5,84,34); }

 H1.HeaderClassName
 {
   color: #055422;
 }
 .AnyTagClassName
 {
   color: #055422;
 }
</style>

background-color css

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

 a { background-color: rgb(5,84,34); }

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

border-color css

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

 span { border-color: rgb(5,84,34); }

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