Html Css Color HEX #055B28 Crusoe

📋 copy color: '#055B28'

red 5 ◦ green 91 ◦ blue 40

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

Shades of Crusoe #055B28

Tints of Crusoe #055B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.41%

R = 3.68%
G = 66.91%
B = 29.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#055B28 (or 0x055B28) is known color: Crusoe. HEX triplet: 05, 5B and 28. RGB value is (5,91,40). Sum of RGB (Red+Green+Blue) = 5+91+40=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #055B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B28 is #FAA4D7. Grayscale: #3B3B3B. Windows color (decimal): -16426200 or 2644741. OLE color: 2644741.

HSL color Cylindrical-coordinate representation of color #055B28: hue angle of 144.42º 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 #055B28 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 91 40 -
CMYK 0.95 0 0.56 0.64
HSL 144.42º 0.9% 0.19% -
HSV(B) 144.42º 0.95% 0.36% -
XYZ 4.19 7.67 3.27 -
YUV 59.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 5 91 40 0.95 0 0.56 0.64 144.42 0.9 0.19
Hex 5 5B 28 5F 0 38 40 90 5A 13
Octal 5 133 50 137 0 70 100 220 132 23
Binary 101 1011011 101000 1011111 0 111000 1000000 10010000 1011010 10011

Color Harmonies of #055B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B28

Black with #055B28

Text Example


Text Example

White with #055B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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