Html Css Color HEX #115253 Cyprus

📋 copy color: '#115253'

red 17 ◦ green 82 ◦ blue 83

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

Shades of Cyprus #115253

Tints of Cyprus #115253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

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

R = 9.34%
G = 45.05%
B = 45.6%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#115253 (or 0x115253) is known color: Cyprus. HEX triplet: 11, 52 and 53. RGB value is (17,82,83). Sum of RGB (Red+Green+Blue) = 17+82+83=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #115253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115253 is #EEADAC. Grayscale: #3E3E3E. Windows color (decimal): -15642029 or 5460497. OLE color: 5460497.

HSL color Cylindrical-coordinate representation of color #115253: hue angle of 180.91º degrees, saturation: 0.66, 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 #115253 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 82 83 -
CMYK 0.80 0.01 0 0.67
HSL 180.91º 0.66% 0.2% -
HSV(B) 180.91º 0.8% 0.33% -
XYZ 4.81 6.78 9.24 -
YUV 62.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 17 82 83 0.80 0.01 0 0.67 180.91 0.66 0.2
Hex 11 52 53 50 1 0 43 B5 42 14
Octal 21 122 123 120 1 0 103 265 102 24
Binary 10001 1010010 1010011 1010000 1 0 1000011 10110101 1000010 10100

Color Harmonies of #115253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115253

Black with #115253

Text Example


Text Example

White with #115253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115253; }

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

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

background-color css

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

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

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

border-color css

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

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

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