Html Css Color HEX #05581E Crusoe

📋 copy color: '#05581E'

red 5 ◦ green 88 ◦ blue 30

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

Shades of Crusoe #05581E

Tints of Crusoe #05581E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 4.07%
G = 71.54%
B = 24.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#05581E (or 0x05581E) is known color: Crusoe. HEX triplet: 05, 58 and 1E. RGB value is (5,88,30). Sum of RGB (Red+Green+Blue) = 5+88+30=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #05581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05581E is #FAA7E1. Grayscale: #383838. Windows color (decimal): -16426978 or 1988613. OLE color: 1988613.

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

Color convert

RGB 5 88 30 -
CMYK 0.94 0 0.66 0.65
HSL 138.07º 0.89% 0.18% -
HSV(B) 138.07º 0.94% 0.35% -
XYZ 3.79 7.11 2.4 -
YUV 56.57 113 91.22 -
System Red Green Blue C M Y K H S L
Decimal 5 88 30 0.94 0 0.66 0.65 138.07 0.89 0.18
Hex 5 58 1E 5E 0 42 41 8A 59 12
Octal 5 130 36 136 0 102 101 212 131 22
Binary 101 1011000 11110 1011110 0 1000010 1000001 10001010 1011001 10010

Color Harmonies of #05581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05581E

Black with #05581E

Text Example


Text Example

White with #05581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05581E; }

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

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

background-color css

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

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

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

border-color css

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

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

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