Html Css Color HEX #055940 Jewel

📋 copy color: '#055940'

red 5 ◦ green 89 ◦ blue 64

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

Shades of Jewel #055940

Tints of Jewel #055940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 3.16%
G = 56.33%
B = 40.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#055940 (or 0x055940) is known color: Jewel. HEX triplet: 05, 59 and 40. RGB value is (5,89,64). Sum of RGB (Red+Green+Blue) = 5+89+64=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #055940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055940 is #FAA6BF. Grayscale: #3D3D3D. Windows color (decimal): -16426688 or 4217093. OLE color: 4217093.

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

Color convert

RGB 5 89 64 -
CMYK 0.94 0 0.28 0.65
HSL 162.14º 0.89% 0.18% -
HSV(B) 162.14º 0.94% 0.35% -
XYZ 4.56 7.55 6.07 -
YUV 61.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 5 89 64 0.94 0 0.28 0.65 162.14 0.89 0.18
Hex 5 59 40 5E 0 1C 41 A2 59 12
Octal 5 131 100 136 0 34 101 242 131 22
Binary 101 1011001 1000000 1011110 0 11100 1000001 10100010 1011001 10010

Color Harmonies of #055940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055940

Black with #055940

Text Example


Text Example

White with #055940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055940; }

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

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

background-color css

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

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

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

border-color css

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

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

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