#135354

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

Shades of Cyprus #135354

Tints of Cyprus #135354

Color information

#135354 (or 0x135354) is unknown color: approx Cyprus. HEX triplet: 13, 53 and 54. RGB value is (19,83,84). Sum of RGB (Red+Green+Blue) = 19+83+84=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #135354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135354 is #ECACAB. Grayscale: #3F3F3F. Windows color (decimal): -15510700 or 5526291. OLE color: 5526291.

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

Color convert

RGB198384-
CMYK0.770.0100.67
HSL180.92º63.11%20.2%-
HSV(B)180.92º77.38%32.94%-
XYZ4.966.979.47-
YUV63.98139.395.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=10.22%
G=44.62%
B=45.16%

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
Decimal1983840.770.0100.67180.9263.1120.2
Hex1353544D1043b53f14
Octal23123124115101032657724
Binary100111010011101010010011011010000111011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135354; }

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

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

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

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

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

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

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

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