Html Css Color HEX #05583E Jewel

📋 copy color: '#05583E'

red 5 ◦ green 88 ◦ blue 62

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

Shades of Jewel #05583E

Tints of Jewel #05583E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40%

R = 3.23%
G = 56.77%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#05583E (or 0x05583E) is known color: Jewel. HEX triplet: 05, 58 and 3E. RGB value is (5,88,62). Sum of RGB (Red+Green+Blue) = 5+88+62=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #05583E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05583E is #FAA7C1. Grayscale: #3C3C3C. Windows color (decimal): -16426946 or 4085765. OLE color: 4085765.

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

Color convert

RGB 5 88 62 -
CMYK 0.94 0 0.30 0.65
HSL 161.2º 0.89% 0.18% -
HSV(B) 161.2º 0.94% 0.35% -
XYZ 4.42 7.36 5.74 -
YUV 60.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 5 88 62 0.94 0 0.30 0.65 161.2 0.89 0.18
Hex 5 58 3E 5E 0 1E 41 A1 59 12
Octal 5 130 76 136 0 36 101 241 131 22
Binary 101 1011000 111110 1011110 0 11110 1000001 10100001 1011001 10010

Color Harmonies of #05583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05583E

Black with #05583E

Text Example


Text Example

White with #05583E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05583E; }

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

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

background-color css

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

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

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

border-color css

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

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

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