Html Css Color HEX #05583F Jewel

📋 copy color: '#05583F'

red 5 ◦ green 88 ◦ blue 63

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

Shades of Jewel #05583F

Tints of Jewel #05583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.38%

R = 3.21%
G = 56.41%
B = 40.38%

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

#05583F (or 0x05583F) is known color: Jewel. HEX triplet: 05, 58 and 3F. RGB value is (5,88,63). Sum of RGB (Red+Green+Blue) = 5+88+63=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #05583F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05583F is #FAA7C0. Grayscale: #3C3C3C. Windows color (decimal): -16426945 or 4151301. OLE color: 4151301.

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

Color convert

RGB 5 88 63 -
CMYK 0.94 0 0.28 0.65
HSL 161.93º 0.89% 0.18% -
HSV(B) 161.93º 0.94% 0.35% -
XYZ 4.45 7.37 5.89 -
YUV 60.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 5 88 63 0.94 0 0.28 0.65 161.93 0.89 0.18
Hex 5 58 3F 5E 0 1C 41 A2 59 12
Octal 5 130 77 136 0 34 101 242 131 22
Binary 101 1011000 111111 1011110 0 11100 1000001 10100010 1011001 10010

Color Harmonies of #05583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05583F

Black with #05583F

Text Example


Text Example

White with #05583F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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