Html Css Color HEX #05592D Crusoe

📋 copy color: '#05592D'

red 5 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #05592D

Tints of Crusoe #05592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.37%

R = 3.6%
G = 64.03%
B = 32.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#05592D (or 0x05592D) is known color: Crusoe. HEX triplet: 05, 59 and 2D. RGB value is (5,89,45). Sum of RGB (Red+Green+Blue) = 5+89+45=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #05592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05592D is #FAA6D2. Grayscale: #3A3A3A. Windows color (decimal): -16426707 or 2971909. OLE color: 2971909.

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

Color convert

RGB 5 89 45 -
CMYK 0.94 0 0.49 0.65
HSL 148.57º 0.89% 0.18% -
HSV(B) 148.57º 0.94% 0.35% -
XYZ 4.11 7.37 3.69 -
YUV 58.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 5 89 45 0.94 0 0.49 0.65 148.57 0.89 0.18
Hex 5 59 2D 5E 0 31 41 95 59 12
Octal 5 131 55 136 0 61 101 225 131 22
Binary 101 1011001 101101 1011110 0 110001 1000001 10010101 1011001 10010

Color Harmonies of #05592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05592D

Black with #05592D

Text Example


Text Example

White with #05592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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