Html Css Color HEX #05592F Crusoe

📋 copy color: '#05592F'

red 5 ◦ green 89 ◦ blue 47

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

Shades of Crusoe #05592F

Tints of Crusoe #05592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.33%

R = 3.55%
G = 63.12%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#05592F (or 0x05592F) is known color: Crusoe. HEX triplet: 05, 59 and 2F. RGB value is (5,89,47). Sum of RGB (Red+Green+Blue) = 5+89+47=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #05592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05592F is #FAA6D0. Grayscale: #3B3B3B. Windows color (decimal): -16426705 or 3102981. OLE color: 3102981.

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

Color convert

RGB 5 89 47 -
CMYK 0.94 0 0.47 0.65
HSL 150º 0.89% 0.18% -
HSV(B) 150º 0.94% 0.35% -
XYZ 4.15 7.38 3.9 -
YUV 59.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 5 89 47 0.94 0 0.47 0.65 150 0.89 0.18
Hex 5 59 2F 5E 0 2F 41 96 59 12
Octal 5 131 57 136 0 57 101 226 131 22
Binary 101 1011001 101111 1011110 0 101111 1000001 10010110 1011001 10010

Color Harmonies of #05592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05592F

Black with #05592F

Text Example


Text Example

White with #05592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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