#05593E

Color #05593E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #05593E

Tints of Jewel #05593E

Color information

#05593E (or 0x05593E) is unknown color: approx Jewel. HEX triplet: 05, 59 and 3E. RGB value is (5,89,62). Sum of RGB (Red+Green+Blue) = 5+89+62=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 89 (35.16% from 255 or 57.05% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 89 - color contains mainly: green. Hex color #05593E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05593E is #FAA6C1. Grayscale: #3C3C3C. Windows color (decimal): -16426690 or 4086021. OLE color: 4086021.

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

Color convert

RGB58962-
CMYK0.9400.300.65
HSL160.71º89.36%18.43%-
HSV(B)160.71º94.38%34.9%-
XYZ4.57.525.77-
YUV60.81128.6788.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 89 (35.16% from 255) = 57.05%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=3.21%
G=57.05%
B=39.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589620.9400.300.65160.7189.3618.43
Hex5593E5E01E41a15912
Octal51317613603610124113122
Binary10110110011111101011110011110100000110100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05593E;
 }
 .AnyTagClassName
 {
   color: #05593E;
 }
</style>
background-color css

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

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

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

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

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

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