Html Css Color HEX #11564F Cyprus

📋 copy color: '#11564F'

red 17 ◦ green 86 ◦ blue 79

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

Shades of Cyprus #11564F

Tints of Cyprus #11564F

RGB

 RED value IS 17 (7.03% from 255) = 9.34%

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

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 9.34%
G = 47.25%
B = 43.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#11564F (or 0x11564F) is known color: Cyprus. HEX triplet: 11, 56 and 4F. RGB value is (17,86,79). Sum of RGB (Red+Green+Blue) = 17+86+79=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #11564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11564F is #EEA9B0. Grayscale: #404040. Windows color (decimal): -15641009 or 5199377. OLE color: 5199377.

HSL color Cylindrical-coordinate representation of color #11564F: hue angle of 173.91º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11564F is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 86 79 -
CMYK 0.80 0 0.08 0.66
HSL 173.91º 0.67% 0.2% -
HSV(B) 173.91º 0.8% 0.34% -
XYZ 4.97 7.34 8.55 -
YUV 64.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 17 86 79 0.80 0 0.08 0.66 173.91 0.67 0.2
Hex 11 56 4F 50 0 8 42 AE 43 14
Octal 21 126 117 120 0 10 102 256 103 24
Binary 10001 1010110 1001111 1010000 0 1000 1000010 10101110 1000011 10100

Color Harmonies of #11564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11564F

Black with #11564F

Text Example


Text Example

White with #11564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11564F; }

 p { color: rgb(17,86,79); }

 H1.HeaderClassName
 {
   color: #11564F;
 }
 .AnyTagClassName
 {
   color: #11564F;
 }
</style>

background-color css

<style>
 a { background-color: #11564F; }

 a { background-color: rgb(17,86,79); }

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

border-color css

<style>
 span { border-color: #11564F; }

 span { border-color: rgb(17,86,79); }

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