Html Css Color HEX #055B1A Crusoe

📋 copy color: '#055B1A'

red 5 ◦ green 91 ◦ blue 26

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

Shades of Crusoe #055B1A

Tints of Crusoe #055B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.31%

R = 4.1%
G = 74.59%
B = 21.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#055B1A (or 0x055B1A) is known color: Crusoe. HEX triplet: 05, 5B and 1A. RGB value is (5,91,26). Sum of RGB (Red+Green+Blue) = 5+91+26=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 91 (35.94% from 255 or 74.59% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 91 - color contains mainly: green. Hex color #055B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B1A is #FAA4E5. Grayscale: #3A3A3A. Windows color (decimal): -16426214 or 1727237. OLE color: 1727237.

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

Color convert

RGB 5 91 26 -
CMYK 0.95 0 0.71 0.64
HSL 134.65º 0.9% 0.19% -
HSV(B) 134.65º 0.95% 0.36% -
XYZ 3.99 7.59 2.23 -
YUV 57.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 5 91 26 0.95 0 0.71 0.64 134.65 0.9 0.19
Hex 5 5B 1A 5F 0 47 40 87 5A 13
Octal 5 133 32 137 0 107 100 207 132 23
Binary 101 1011011 11010 1011111 0 1000111 1000000 10000111 1011010 10011

Color Harmonies of #055B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B1A

Black with #055B1A

Text Example


Text Example

White with #055B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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