Html Css Color HEX #055632 Crusoe

📋 copy color: '#055632'

red 5 ◦ green 86 ◦ blue 50

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

Shades of Crusoe #055632

Tints of Crusoe #055632

RGB

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

 GREEN value IS 86 (33.98% from 255) = 60.99%

 BLUE value IS 50 (19.92% from 255) = 35.46%

R = 3.55%
G = 60.99%
B = 35.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#055632 (or 0x055632) is known color: Crusoe. HEX triplet: 05, 56 and 32. RGB value is (5,86,50). Sum of RGB (Red+Green+Blue) = 5+86+50=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 86 (33.98% from 255 or 60.99% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 86 - color contains mainly: green. Hex color #055632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055632 is #FAA9CD. Grayscale: #393939. Windows color (decimal): -16427470 or 3298821. OLE color: 3298821.

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

Color convert

RGB 5 86 50 -
CMYK 0.94 0 0.42 0.66
HSL 153.33º 0.89% 0.18% -
HSV(B) 153.33º 0.94% 0.34% -
XYZ 3.97 6.92 4.14 -
YUV 57.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 5 86 50 0.94 0 0.42 0.66 153.33 0.89 0.18
Hex 5 56 32 5E 0 2A 42 99 59 12
Octal 5 126 62 136 0 52 102 231 131 22
Binary 101 1010110 110010 1011110 0 101010 1000010 10011001 1011001 10010

Color Harmonies of #055632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055632

Black with #055632

Text Example


Text Example

White with #055632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055632; }

 p { color: rgb(5,86,50); }

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

background-color css

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

 a { background-color: rgb(5,86,50); }

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

border-color css

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

 span { border-color: rgb(5,86,50); }

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