Html Css Color HEX #055840 Jewel

📋 copy color: '#055840'

red 5 ◦ green 88 ◦ blue 64

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

Shades of Jewel #055840

Tints of Jewel #055840

RGB

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

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

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

R = 3.18%
G = 56.05%
B = 40.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#055840 (or 0x055840) is known color: Jewel. HEX triplet: 05, 58 and 40. RGB value is (5,88,64). Sum of RGB (Red+Green+Blue) = 5+88+64=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #055840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055840 is #FAA7BF. Grayscale: #3C3C3C. Windows color (decimal): -16426944 or 4216837. OLE color: 4216837.

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

Color convert

RGB 5 88 64 -
CMYK 0.94 0 0.27 0.65
HSL 162.65º 0.89% 0.18% -
HSV(B) 162.65º 0.94% 0.35% -
XYZ 4.48 7.38 6.04 -
YUV 60.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 5 88 64 0.94 0 0.27 0.65 162.65 0.89 0.18
Hex 5 58 40 5E 0 1B 41 A3 59 12
Octal 5 130 100 136 0 33 101 243 131 22
Binary 101 1011000 1000000 1011110 0 11011 1000001 10100011 1011001 10010

Color Harmonies of #055840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055840

Black with #055840

Text Example


Text Example

White with #055840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055840; }

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

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

background-color css

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

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

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

border-color css

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

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

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