Html Css Color HEX #05592C Crusoe

📋 copy color: '#05592C'

red 5 ◦ green 89 ◦ blue 44

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

Shades of Crusoe #05592C

Tints of Crusoe #05592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.88%

R = 3.62%
G = 64.49%
B = 31.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#05592C (or 0x05592C) is known color: Crusoe. HEX triplet: 05, 59 and 2C. RGB value is (5,89,44). Sum of RGB (Red+Green+Blue) = 5+89+44=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #05592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05592C is #FAA6D3. Grayscale: #3A3A3A. Windows color (decimal): -16426708 or 2906373. OLE color: 2906373.

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

Color convert

RGB 5 89 44 -
CMYK 0.94 0 0.51 0.65
HSL 147.86º 0.89% 0.18% -
HSV(B) 147.86º 0.94% 0.35% -
XYZ 4.09 7.36 3.59 -
YUV 58.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 5 89 44 0.94 0 0.51 0.65 147.86 0.89 0.18
Hex 5 59 2C 5E 0 33 41 94 59 12
Octal 5 131 54 136 0 63 101 224 131 22
Binary 101 1011001 101100 1011110 0 110011 1000001 10010100 1011001 10010

Color Harmonies of #05592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05592C

Black with #05592C

Text Example


Text Example

White with #05592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05592C; }

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

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

background-color css

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

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

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

border-color css

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

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

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