Html Css Color HEX #055B11 Crusoe

📋 copy color: '#055B11'

red 5 ◦ green 91 ◦ blue 17

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

Shades of Crusoe #055B11

Tints of Crusoe #055B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 4.42%
G = 80.53%
B = 15.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#055B11 (or 0x055B11) is known color: Crusoe. HEX triplet: 05, 5B and 11. RGB value is (5,91,17). Sum of RGB (Red+Green+Blue) = 5+91+17=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #055B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B11 is #FAA4EE. Grayscale: #393939. Windows color (decimal): -16426223 or 1137413. OLE color: 1137413.

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

Color convert

RGB 5 91 17 -
CMYK 0.95 0 0.81 0.64
HSL 128.37º 0.9% 0.19% -
HSV(B) 128.37º 0.95% 0.36% -
XYZ 3.9 7.55 1.78 -
YUV 56.85 105.51 91.02 -
System Red Green Blue C M Y K H S L
Decimal 5 91 17 0.95 0 0.81 0.64 128.37 0.9 0.19
Hex 5 5B 11 5F 0 51 40 80 5A 13
Octal 5 133 21 137 0 121 100 200 132 23
Binary 101 1011011 10001 1011111 0 1010001 1000000 10000000 1011010 10011

Color Harmonies of #055B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B11

Black with #055B11

Text Example


Text Example

White with #055B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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