Html Css Color HEX #055A31 Crusoe

📋 copy color: '#055A31'

red 5 ◦ green 90 ◦ blue 49

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

Shades of Crusoe #055A31

Tints of Crusoe #055A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 3.47%
G = 62.5%
B = 34.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#055A31 (or 0x055A31) is known color: Crusoe. HEX triplet: 05, 5A and 31. RGB value is (5,90,49). Sum of RGB (Red+Green+Blue) = 5+90+49=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #055A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A31 is #FAA5CE. Grayscale: #3B3B3B. Windows color (decimal): -16426447 or 3234309. OLE color: 3234309.

HSL color Cylindrical-coordinate representation of color #055A31: hue angle of 151.06º 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 #055A31 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 49 -
CMYK 0.94 0 0.46 0.65
HSL 151.06º 0.89% 0.19% -
HSV(B) 151.06º 0.94% 0.35% -
XYZ 4.27 7.57 4.14 -
YUV 59.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 5 90 49 0.94 0 0.46 0.65 151.06 0.89 0.19
Hex 5 5A 31 5E 0 2E 41 97 59 13
Octal 5 132 61 136 0 56 101 227 131 23
Binary 101 1011010 110001 1011110 0 101110 1000001 10010111 1011001 10011

Color Harmonies of #055A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A31

Black with #055A31

Text Example


Text Example

White with #055A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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