Html Css Color HEX #055B32 Crusoe

📋 copy color: '#055B32'

red 5 ◦ green 91 ◦ blue 50

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

Shades of Crusoe #055B32

Tints of Crusoe #055B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 62.33%

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

R = 3.42%
G = 62.33%
B = 34.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#055B32 (or 0x055B32) is known color: Crusoe. HEX triplet: 05, 5B and 32. RGB value is (5,91,50). Sum of RGB (Red+Green+Blue) = 5+91+50=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 91 (35.94% from 255 or 62.33% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 91 - color contains mainly: green. Hex color #055B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B32 is #FAA4CD. Grayscale: #3C3C3C. Windows color (decimal): -16426190 or 3300101. OLE color: 3300101.

HSL color Cylindrical-coordinate representation of color #055B32: hue angle of 151.4º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B32 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 91 50 -
CMYK 0.95 0 0.45 0.64
HSL 151.4º 0.9% 0.19% -
HSV(B) 151.4º 0.95% 0.36% -
XYZ 4.38 7.74 4.28 -
YUV 60.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 5 91 50 0.95 0 0.45 0.64 151.4 0.9 0.19
Hex 5 5B 32 5F 0 2D 40 97 5A 13
Octal 5 133 62 137 0 55 100 227 132 23
Binary 101 1011011 110010 1011111 0 101101 1000000 10010111 1011010 10011

Color Harmonies of #055B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B32

Black with #055B32

Text Example


Text Example

White with #055B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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