#135253

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

Shades of Cyprus #135253

Tints of Cyprus #135253

Color information

#135253 (or 0x135253) is unknown color: approx Cyprus. HEX triplet: 13, 52 and 53. RGB value is (19,82,83). Sum of RGB (Red+Green+Blue) = 19+82+83=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #135253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135253 is #ECADAC. Grayscale: #3F3F3F. Windows color (decimal): -15510957 or 5460499. OLE color: 5460499.

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

Color convert

RGB198283-
CMYK0.770.0100.67
HSL180.94º62.75%20%-
HSV(B)180.94º77.11%32.55%-
XYZ4.856.89.24-
YUV63.28139.1396.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=10.33%
G=44.57%
B=45.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1982830.770.0100.67180.9462.7520
Hex1352534D1043b53f14
Octal23122123115101032657724
Binary100111010010101001110011011010000111011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135253; }

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

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

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

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

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

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

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

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