Html Css Color HEX #11584D Cyprus

📋 copy color: '#11584D'

red 17 ◦ green 88 ◦ blue 77

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

Shades of Cyprus #11584D

Tints of Cyprus #11584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.35%

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

R = 9.34%
G = 48.35%
B = 42.31%

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

#11584D (or 0x11584D) is known color: Cyprus. HEX triplet: 11, 58 and 4D. RGB value is (17,88,77). Sum of RGB (Red+Green+Blue) = 17+88+77=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #11584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11584D is #EEA7B2. Grayscale: #414141. Windows color (decimal): -15640499 or 5068817. OLE color: 5068817.

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

Color convert

RGB 17 88 77 -
CMYK 0.81 0 0.12 0.65
HSL 170.7º 0.68% 0.21% -
HSV(B) 170.7º 0.81% 0.35% -
XYZ 5.06 7.63 8.23 -
YUV 65.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 17 88 77 0.81 0 0.12 0.65 170.7 0.68 0.21
Hex 11 58 4D 51 0 C 41 AB 44 15
Octal 21 130 115 121 0 14 101 253 104 25
Binary 10001 1011000 1001101 1010001 0 1100 1000001 10101011 1000100 10101

Color Harmonies of #11584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11584D

Black with #11584D

Text Example


Text Example

White with #11584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,88,77); }

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

background-color css

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

 a { background-color: rgb(17,88,77); }

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

border-color css

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

 span { border-color: rgb(17,88,77); }

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