Html Css Color HEX #055B1B Crusoe

📋 copy color: '#055B1B'

red 5 ◦ green 91 ◦ blue 27

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

Shades of Crusoe #055B1B

Tints of Crusoe #055B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.95%

R = 4.07%
G = 73.98%
B = 21.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#055B1B (or 0x055B1B) is known color: Crusoe. HEX triplet: 05, 5B and 1B. RGB value is (5,91,27). Sum of RGB (Red+Green+Blue) = 5+91+27=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 91 (35.94% from 255 or 73.98% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 91 - color contains mainly: green. Hex color #055B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B1B is #FAA4E4. Grayscale: #3A3A3A. Windows color (decimal): -16426213 or 1792773. OLE color: 1792773.

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

Color convert

RGB 5 91 27 -
CMYK 0.95 0 0.70 0.64
HSL 135.35º 0.9% 0.19% -
HSV(B) 135.35º 0.95% 0.36% -
XYZ 4 7.59 2.29 -
YUV 57.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 5 91 27 0.95 0 0.70 0.64 135.35 0.9 0.19
Hex 5 5B 1B 5F 0 46 40 87 5A 13
Octal 5 133 33 137 0 106 100 207 132 23
Binary 101 1011011 11011 1011111 0 1000110 1000000 10000111 1011010 10011

Color Harmonies of #055B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B1B

Black with #055B1B

Text Example


Text Example

White with #055B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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