Html Css Color HEX #055A32 Crusoe

📋 copy color: '#055A32'

red 5 ◦ green 90 ◦ blue 50

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

Shades of Crusoe #055A32

Tints of Crusoe #055A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 62.07%

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

R = 3.45%
G = 62.07%
B = 34.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#055A32 (or 0x055A32) is known color: Crusoe. HEX triplet: 05, 5A and 32. RGB value is (5,90,50). Sum of RGB (Red+Green+Blue) = 5+90+50=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #055A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A32 is #FAA5CD. Grayscale: #3C3C3C. Windows color (decimal): -16426446 or 3299845. OLE color: 3299845.

HSL color Cylindrical-coordinate representation of color #055A32: hue angle of 151.76º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A32 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 50 -
CMYK 0.94 0 0.44 0.65
HSL 151.76º 0.89% 0.19% -
HSV(B) 151.76º 0.94% 0.35% -
XYZ 4.29 7.57 4.25 -
YUV 60.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 5 90 50 0.94 0 0.44 0.65 151.76 0.89 0.19
Hex 5 5A 32 5E 0 2C 41 98 59 13
Octal 5 132 62 136 0 54 101 230 131 23
Binary 101 1011010 110010 1011110 0 101100 1000001 10011000 1011001 10011

Color Harmonies of #055A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A32

Black with #055A32

Text Example


Text Example

White with #055A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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