#10564D

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

Shades of Cyprus #10564D

Tints of Cyprus #10564D

Color information

#10564D (or 0x10564D) is unknown color: approx Cyprus. HEX triplet: 10, 56 and 4D. RGB value is (16,86,77). Sum of RGB (Red+Green+Blue) = 16+86+77=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #10564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10564D is #EFA9B2. Grayscale: #404040. Windows color (decimal): -15706547 or 5068304. OLE color: 5068304.

HSL color Cylindrical-coordinate representation of color #10564D: hue angle of 172.29º 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 #10564D is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB168677-
CMYK0.8100.100.66
HSL172.29º68.63%20%-
HSV(B)172.29º81.4%33.73%-
XYZ4.887.38.17-
YUV64.04135.3193.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 86 (33.98% from 255) = 48.04%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=8.94%
G=48.04%
B=43.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1686770.8100.100.66172.2968.6320
Hex10564D510A42ac4514
Octal2012611512101210225410524
Binary1000010101101001101101000101010100001010101100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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