Html Css Color HEX #11594E Cyprus

📋 copy color: '#11594E'

red 17 ◦ green 89 ◦ blue 78

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

Shades of Cyprus #11594E

Tints of Cyprus #11594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.37%

 BLUE value IS 78 (30.86% from 255) = 42.39%

R = 9.24%
G = 48.37%
B = 42.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#11594E (or 0x11594E) is known color: Cyprus. HEX triplet: 11, 59 and 4E. RGB value is (17,89,78). Sum of RGB (Red+Green+Blue) = 17+89+78=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #11594E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11594E is #EEA6B1. Grayscale: #424242. Windows color (decimal): -15640242 or 5134609. OLE color: 5134609.

HSL color Cylindrical-coordinate representation of color #11594E: hue angle of 170.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11594E is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 89 78 -
CMYK 0.81 0 0.12 0.65
HSL 170.83º 0.68% 0.21% -
HSV(B) 170.83º 0.81% 0.35% -
XYZ 5.18 7.81 8.44 -
YUV 66.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 17 89 78 0.81 0 0.12 0.65 170.83 0.68 0.21
Hex 11 59 4E 51 0 C 41 AB 44 15
Octal 21 131 116 121 0 14 101 253 104 25
Binary 10001 1011001 1001110 1010001 0 1100 1000001 10101011 1000100 10101

Color Harmonies of #11594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11594E

Black with #11594E

Text Example


Text Example

White with #11594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11594E; }

 p { color: rgb(17,89,78); }

 H1.HeaderClassName
 {
   color: #11594E;
 }
 .AnyTagClassName
 {
   color: #11594E;
 }
</style>

background-color css

<style>
 a { background-color: #11594E; }

 a { background-color: rgb(17,89,78); }

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

border-color css

<style>
 span { border-color: #11594E; }

 span { border-color: rgb(17,89,78); }

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