Html Css Color HEX #055A1C Crusoe

📋 copy color: '#055A1C'

red 5 ◦ green 90 ◦ blue 28

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

Shades of Crusoe #055A1C

Tints of Crusoe #055A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.76%

R = 4.07%
G = 73.17%
B = 22.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#055A1C (or 0x055A1C) is known color: Crusoe. HEX triplet: 05, 5A and 1C. RGB value is (5,90,28). Sum of RGB (Red+Green+Blue) = 5+90+28=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 90 (35.55% from 255 or 73.17% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 90 - color contains mainly: green. Hex color #055A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A1C is #FAA5E3. Grayscale: #393939. Windows color (decimal): -16426468 or 1858053. OLE color: 1858053.

HSL color Cylindrical-coordinate representation of color #055A1C: hue angle of 136.24º 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 #055A1C is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 28 -
CMYK 0.94 0 0.69 0.65
HSL 136.24º 0.89% 0.19% -
HSV(B) 136.24º 0.94% 0.35% -
XYZ 3.93 7.43 2.33 -
YUV 57.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 5 90 28 0.94 0 0.69 0.65 136.24 0.89 0.19
Hex 5 5A 1C 5E 0 45 41 88 59 13
Octal 5 132 34 136 0 105 101 210 131 23
Binary 101 1011010 11100 1011110 0 1000101 1000001 10001000 1011001 10011

Color Harmonies of #055A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A1C

Black with #055A1C

Text Example


Text Example

White with #055A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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