Html Css Color HEX #13564D Cyprus

📋 copy color: '#13564D'

red 19 ◦ green 86 ◦ blue 77

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

Shades of Cyprus #13564D

Tints of Cyprus #13564D

RGB

 RED value IS 19 (7.81% from 255) = 10.44%

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

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 10.44%
G = 47.25%
B = 42.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#13564D (or 0x13564D) is known color: Cyprus. HEX triplet: 13, 56 and 4D. RGB value is (19,86,77). Sum of RGB (Red+Green+Blue) = 19+86+77=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #13564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13564D is #ECA9B2. Grayscale: #404040. Windows color (decimal): -15509939 or 5068307. OLE color: 5068307.

HSL color Cylindrical-coordinate representation of color #13564D: hue angle of 171.94º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13564D is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 77 -
CMYK 0.78 0 0.10 0.66
HSL 171.94º 0.64% 0.21% -
HSV(B) 171.94º 0.78% 0.34% -
XYZ 4.94 7.33 8.18 -
YUV 64.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 19 86 77 0.78 0 0.10 0.66 171.94 0.64 0.21
Hex 13 56 4D 4E 0 A 42 AC 40 15
Octal 23 126 115 116 0 12 102 254 100 25
Binary 10011 1010110 1001101 1001110 0 1010 1000010 10101100 1000000 10101

Color Harmonies of #13564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13564D

Black with #13564D

Text Example


Text Example

White with #13564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13564D;
 }
 .AnyTagClassName
 {
   color: #13564D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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