Html Css Color HEX #055C1C Crusoe

📋 copy color: '#055C1C'

red 5 ◦ green 92 ◦ blue 28

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

Shades of Crusoe #055C1C

Tints of Crusoe #055C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 73.6%

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

R = 4%
G = 73.6%
B = 22.4%

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

#055C1C (or 0x055C1C) is known color: Crusoe. HEX triplet: 05, 5C and 1C. RGB value is (5,92,28). Sum of RGB (Red+Green+Blue) = 5+92+28=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 92 (36.33% from 255 or 73.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 92 - color contains mainly: green. Hex color #055C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C1C is #FAA3E3. Grayscale: #3A3A3A. Windows color (decimal): -16425956 or 1858565. OLE color: 1858565.

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

Color convert

RGB 5 92 28 -
CMYK 0.95 0 0.70 0.64
HSL 135.86º 0.9% 0.19% -
HSV(B) 135.86º 0.95% 0.36% -
XYZ 4.1 7.77 2.38 -
YUV 58.69 110.68 89.7 -
System Red Green Blue C M Y K H S L
Decimal 5 92 28 0.95 0 0.70 0.64 135.86 0.9 0.19
Hex 5 5C 1C 5F 0 46 40 88 5A 13
Octal 5 134 34 137 0 106 100 210 132 23
Binary 101 1011100 11100 1011111 0 1000110 1000000 10001000 1011010 10011

Color Harmonies of #055C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C1C

Black with #055C1C

Text Example


Text Example

White with #055C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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