Html Css Color HEX #115553 Cyprus

📋 copy color: '#115553'

red 17 ◦ green 85 ◦ blue 83

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

Shades of Cyprus #115553

Tints of Cyprus #115553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.95%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 9.19%
G = 45.95%
B = 44.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#115553 (or 0x115553) is known color: Cyprus. HEX triplet: 11, 55 and 53. RGB value is (17,85,83). Sum of RGB (Red+Green+Blue) = 17+85+83=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #115553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115553 is #EEAAAC. Grayscale: #404040. Windows color (decimal): -15641261 or 5461265. OLE color: 5461265.

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

Color convert

RGB 17 85 83 -
CMYK 0.80 0 0.02 0.67
HSL 178.24º 0.67% 0.2% -
HSV(B) 178.24º 0.8% 0.33% -
XYZ 5.04 7.24 9.32 -
YUV 64.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 17 85 83 0.80 0 0.02 0.67 178.24 0.67 0.2
Hex 11 55 53 50 0 2 43 B2 43 14
Octal 21 125 123 120 0 2 103 262 103 24
Binary 10001 1010101 1010011 1010000 0 10 1000011 10110010 1000011 10100

Color Harmonies of #115553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115553

Black with #115553

Text Example


Text Example

White with #115553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115553; }

 p { color: rgb(17,85,83); }

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

background-color css

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

 a { background-color: rgb(17,85,83); }

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

border-color css

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

 span { border-color: rgb(17,85,83); }

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