Html Css Color HEX #10564B Cyprus

📋 copy color: '#10564B'

red 16 ◦ green 86 ◦ blue 75

#10564B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #10564B

Tints of Cyprus #10564B

RGB

 RED value IS 16 (6.64% from 255) = 9.04%

 GREEN value IS 86 (33.98% from 255) = 48.59%

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 9.04%
G = 48.59%
B = 42.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#10564B (or 0x10564B) is known color: Cyprus. HEX triplet: 10, 56 and 4B. RGB value is (16,86,75). Sum of RGB (Red+Green+Blue) = 16+86+75=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #10564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10564B is #EFA9B4. Grayscale: #3F3F3F. Windows color (decimal): -15706549 or 4937232. OLE color: 4937232.

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

Color convert

RGB 16 86 75 -
CMYK 0.81 0 0.13 0.66
HSL 170.57º 0.69% 0.2% -
HSV(B) 170.57º 0.81% 0.34% -
XYZ 4.81 7.27 7.81 -
YUV 63.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 16 86 75 0.81 0 0.13 0.66 170.57 0.69 0.2
Hex 10 56 4B 51 0 D 42 AB 45 14
Octal 20 126 113 121 0 15 102 253 105 24
Binary 10000 1010110 1001011 1010001 0 1101 1000010 10101011 1000101 10100

Color Harmonies of #10564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10564B

Black with #10564B

Text Example


Text Example

White with #10564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10564B;
 }
 .AnyTagClassName
 {
   color: #10564B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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