Html Css Color HEX #055817 Crusoe

📋 copy color: '#055817'

red 5 ◦ green 88 ◦ blue 23

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

Shades of Crusoe #055817

Tints of Crusoe #055817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 75.86%

 BLUE value IS 23 (9.38% from 255) = 19.83%

R = 4.31%
G = 75.86%
B = 19.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#055817 (or 0x055817) is known color: Crusoe. HEX triplet: 05, 58 and 17. RGB value is (5,88,23). Sum of RGB (Red+Green+Blue) = 5+88+23=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #055817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055817 is #FAA7E8. Grayscale: #373737. Windows color (decimal): -16426985 or 1529861. OLE color: 1529861.

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

Color convert

RGB 5 88 23 -
CMYK 0.94 0 0.74 0.65
HSL 133.01º 0.89% 0.18% -
HSV(B) 133.01º 0.94% 0.35% -
XYZ 3.71 7.07 1.98 -
YUV 55.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 5 88 23 0.94 0 0.74 0.65 133.01 0.89 0.18
Hex 5 58 17 5E 0 4A 41 85 59 12
Octal 5 130 27 136 0 112 101 205 131 22
Binary 101 1011000 10111 1011110 0 1001010 1000001 10000101 1011001 10010

Color Harmonies of #055817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055817

Black with #055817

Text Example


Text Example

White with #055817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055817; }

 p { color: rgb(5,88,23); }

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

background-color css

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

 a { background-color: rgb(5,88,23); }

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

border-color css

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

 span { border-color: rgb(5,88,23); }

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