Html Css Color HEX #055A19 Crusoe

📋 copy color: '#055A19'

red 5 ◦ green 90 ◦ blue 25

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

Shades of Crusoe #055A19

Tints of Crusoe #055A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 75%

 BLUE value IS 25 (10.16% from 255) = 20.83%

R = 4.17%
G = 75%
B = 20.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#055A19 (or 0x055A19) is known color: Crusoe. HEX triplet: 05, 5A and 19. RGB value is (5,90,25). Sum of RGB (Red+Green+Blue) = 5+90+25=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 90 (35.55% from 255 or 75% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 90 - color contains mainly: green. Hex color #055A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A19 is #FAA5E6. Grayscale: #393939. Windows color (decimal): -16426471 or 1661445. OLE color: 1661445.

HSL color Cylindrical-coordinate representation of color #055A19: hue angle of 134.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A19 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 25 -
CMYK 0.94 0 0.72 0.65
HSL 134.12º 0.89% 0.19% -
HSV(B) 134.12º 0.94% 0.35% -
XYZ 3.89 7.41 2.15 -
YUV 57.18 109.84 90.79 -
System Red Green Blue C M Y K H S L
Decimal 5 90 25 0.94 0 0.72 0.65 134.12 0.89 0.19
Hex 5 5A 19 5E 0 48 41 86 59 13
Octal 5 132 31 136 0 110 101 206 131 23
Binary 101 1011010 11001 1011110 0 1001000 1000001 10000110 1011001 10011

Color Harmonies of #055A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A19

Black with #055A19

Text Example


Text Example

White with #055A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,90,25); }

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

background-color css

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

 a { background-color: rgb(5,90,25); }

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

border-color css

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

 span { border-color: rgb(5,90,25); }

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