#135053

Color #135053 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #135053

Tints of Cyprus #135053

Color information

#135053 (or 0x135053) is unknown color: approx Cyprus. HEX triplet: 13, 50 and 53. RGB value is (19,80,83). Sum of RGB (Red+Green+Blue) = 19+80+83=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 80 (31.64% from 255 or 43.96% 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 #135053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135053 is #ECAFAC. Grayscale: #3E3E3E. Windows color (decimal): -15511469 or 5459987. OLE color: 5459987.

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

Color convert

RGB198083-
CMYK0.770.0400.67
HSL182.81º62.75%20%-
HSV(B)182.81º77.11%32.55%-
XYZ4.76.59.19-
YUV62.1139.7997.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=10.44%
G=43.96%
B=45.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1980830.770.0400.67182.8162.7520
Hex1350534D4043b73f14
Octal23120123115401032677724
Binary10011101000010100111001101100010000111011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135053; }

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

 H1.HeaderClassName
 {
   color: #135053;
 }
 .AnyTagClassName
 {
   color: #135053;
 }
</style>
background-color css

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

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

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

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

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

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