#10564A

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

Shades of Cyprus #10564A

Tints of Cyprus #10564A

Color information

#10564A (or 0x10564A) is unknown color: approx Cyprus. HEX triplet: 10, 56 and 4A. RGB value is (16,86,74). Sum of RGB (Red+Green+Blue) = 16+86+74=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #10564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10564A is #EFA9B5. Grayscale: #3F3F3F. Windows color (decimal): -15706550 or 4871696. OLE color: 4871696.

HSL color Cylindrical-coordinate representation of color #10564A: hue angle of 169.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10564A is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB168674-
CMYK0.8100.140.66
HSL169.71º68.63%20%-
HSV(B)169.71º81.4%33.73%-
XYZ4.787.267.63-
YUV63.7133.8193.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=9.09%
G=48.86%
B=42.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1686740.8100.140.66169.7168.6320
Hex10564A510E42aa4514
Octal2012611212101610225210524
Binary1000010101101001010101000101110100001010101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10564A; }

 p { color: rgb(16,86,74); }

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

<style>
 a { background-color: #10564A; }

 a { background-color: rgb(16,86,74); }

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

<style>
 span { border-color: #10564A; }

 span { border-color: rgb(16,86,74); }

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