#135254

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

Shades of Cyprus #135254

Tints of Cyprus #135254

Color information

#135254 (or 0x135254) is unknown color: approx Cyprus. HEX triplet: 13, 52 and 54. RGB value is (19,82,84). Sum of RGB (Red+Green+Blue) = 19+82+84=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #135254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135254 is #ECADAB. Grayscale: #3F3F3F. Windows color (decimal): -15510956 or 5526035. OLE color: 5526035.

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

Color convert

RGB198284-
CMYK0.770.0200.67
HSL181.85º63.11%20.2%-
HSV(B)181.85º77.38%32.94%-
XYZ4.896.819.45-
YUV63.39139.6396.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=10.27%
G=44.32%
B=45.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1982840.770.0200.67181.8563.1120.2
Hex1352544D2043b63f14
Octal23122124115201032667724
Binary1001110100101010100100110110010000111011011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135254; }

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

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

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

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

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

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

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

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