#05623C

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

Shades of Jewel #05623C

Tints of Jewel #05623C

Color information

#05623C (or 0x05623C) is unknown color: approx Jewel. HEX triplet: 05, 62 and 3C. RGB value is (5,98,60). Sum of RGB (Red+Green+Blue) = 5+98+60=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #05623C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05623C is #FA9DC3. Grayscale: #414141. Windows color (decimal): -16424388 or 3957253. OLE color: 3957253.

HSL color Cylindrical-coordinate representation of color #05623C: hue angle of 155.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05623C is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB59860-
CMYK0.9500.390.62
HSL155.48º90.29%20.2%-
HSV(B)155.48º94.9%38.43%-
XYZ5.259.095.75-
YUV65.86124.6984.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=3.07%
G=60.12%
B=36.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598600.9500.390.62155.4890.2920.2
Hex5623C5F0273E9b5a14
Octal5142741370477623313224
Binary10111000101111001011111010011111111010011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05623C; }

 p { color: rgb(5,98,60); }

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

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

 a { background-color: rgb(5,98,60); }

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

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

 span { border-color: rgb(5,98,60); }

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