Html Css Color HEX #05581B Crusoe

📋 copy color: '#05581B'

red 5 ◦ green 88 ◦ blue 27

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

Shades of Crusoe #05581B

Tints of Crusoe #05581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.5%

R = 4.17%
G = 73.33%
B = 22.5%

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

#05581B (or 0x05581B) is known color: Crusoe. HEX triplet: 05, 58 and 1B. RGB value is (5,88,27). Sum of RGB (Red+Green+Blue) = 5+88+27=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #05581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05581B is #FAA7E4. Grayscale: #383838. Windows color (decimal): -16426981 or 1792005. OLE color: 1792005.

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

Color convert

RGB 5 88 27 -
CMYK 0.94 0 0.69 0.65
HSL 135.9º 0.89% 0.18% -
HSV(B) 135.9º 0.94% 0.35% -
XYZ 3.75 7.09 2.21 -
YUV 56.23 111.5 91.46 -
System Red Green Blue C M Y K H S L
Decimal 5 88 27 0.94 0 0.69 0.65 135.9 0.89 0.18
Hex 5 58 1B 5E 0 45 41 88 59 12
Octal 5 130 33 136 0 105 101 210 131 22
Binary 101 1011000 11011 1011110 0 1000101 1000001 10001000 1011001 10010

Color Harmonies of #05581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05581B

Black with #05581B

Text Example


Text Example

White with #05581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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