#0A564D

Color #0A564D Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0A564D

Tints of Cyprus #0A564D

Color information

#0A564D (or 0x0A564D) is unknown color: approx Cyprus. HEX triplet: 0A, 56 and 4D. RGB value is (10,86,77). Sum of RGB (Red+Green+Blue) = 10+86+77=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #0A564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A564D is #F5A9B2. Grayscale: #3E3E3E. Windows color (decimal): -16099763 or 5068298. OLE color: 5068298.

HSL color Cylindrical-coordinate representation of color #0A564D: hue angle of 172.89º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A564D is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB108677-
CMYK0.8800.100.66
HSL172.89º79.17%18.82%-
HSV(B)172.89º88.37%33.73%-
XYZ4.797.268.17-
YUV62.25136.3290.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.78%
GREEN value IS 86 (33.98% from 255) = 49.71%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=5.78%
G=49.71%
B=44.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1086770.8800.100.66172.8979.1718.82
HexA564D580A42ad4f13
Octal1212611513001210225511723
Binary101010101101001101101100001010100001010101101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A564D; }

 p { color: rgb(10,86,77); }

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

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

 a { background-color: rgb(10,86,77); }

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

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

 span { border-color: rgb(10,86,77); }

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