Html Css Color HEX #05591F Crusoe

📋 copy color: '#05591F'

red 5 ◦ green 89 ◦ blue 31

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

Shades of Crusoe #05591F

Tints of Crusoe #05591F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 71.2%

 BLUE value IS 31 (12.5% from 255) = 24.8%

R = 4%
G = 71.2%
B = 24.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#05591F (or 0x05591F) is known color: Crusoe. HEX triplet: 05, 59 and 1F. RGB value is (5,89,31). Sum of RGB (Red+Green+Blue) = 5+89+31=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 89 (35.16% from 255 or 71.2% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 89 - color contains mainly: green. Hex color #05591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05591F is #FAA6E0. Grayscale: #393939. Windows color (decimal): -16426721 or 2054405. OLE color: 2054405.

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

Color convert

RGB 5 89 31 -
CMYK 0.94 0 0.65 0.65
HSL 138.57º 0.89% 0.18% -
HSV(B) 138.57º 0.94% 0.35% -
XYZ 3.88 7.28 2.5 -
YUV 57.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 5 89 31 0.94 0 0.65 0.65 138.57 0.89 0.18
Hex 5 59 1F 5E 0 41 41 8B 59 12
Octal 5 131 37 136 0 101 101 213 131 22
Binary 101 1011001 11111 1011110 0 1000001 1000001 10001011 1011001 10010

Color Harmonies of #05591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05591F

Black with #05591F

Text Example


Text Example

White with #05591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05591F; }

 p { color: rgb(5,89,31); }

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

background-color css

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

 a { background-color: rgb(5,89,31); }

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

border-color css

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

 span { border-color: rgb(5,89,31); }

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