Html Css Color HEX #115053 Cyprus

📋 copy color: '#115053'

red 17 ◦ green 80 ◦ blue 83

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

Shades of Cyprus #115053

Tints of Cyprus #115053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

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

R = 9.44%
G = 44.44%
B = 46.11%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#115053 (or 0x115053) is known color: Cyprus. HEX triplet: 11, 50 and 53. RGB value is (17,80,83). Sum of RGB (Red+Green+Blue) = 17+80+83=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #115053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115053 is #EEAFAC. Grayscale: #3D3D3D. Windows color (decimal): -15642541 or 5459985. OLE color: 5459985.

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

Color convert

RGB 17 80 83 -
CMYK 0.80 0.04 0 0.67
HSL 182.73º 0.66% 0.2% -
HSV(B) 182.73º 0.8% 0.33% -
XYZ 4.66 6.48 9.19 -
YUV 61.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 17 80 83 0.80 0.04 0 0.67 182.73 0.66 0.2
Hex 11 50 53 50 4 0 43 B7 42 14
Octal 21 120 123 120 4 0 103 267 102 24
Binary 10001 1010000 1010011 1010000 100 0 1000011 10110111 1000010 10100

Color Harmonies of #115053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115053

Black with #115053

Text Example


Text Example

White with #115053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115053; }

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

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

background-color css

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

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

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

border-color css

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

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

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