#135050

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

Shades of Cyprus #135050

Tints of Cyprus #135050

Color information

#135050 (or 0x135050) is unknown color: approx Cyprus. HEX triplet: 13, 50 and 50. RGB value is (19,80,80). Sum of RGB (Red+Green+Blue) = 19+80+80=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #135050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135050 is #ECAFAF. Grayscale: #3D3D3D. Windows color (decimal): -15511472 or 5263379. OLE color: 5263379.

HSL color Cylindrical-coordinate representation of color #135050: hue angle of 180º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135050 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB198080-
CMYK0.76000.69
HSL180º61.62%19.41%-
HSV(B)180º76.25%31.37%-
XYZ4.596.458.59-
YUV61.76138.2997.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=10.61%
G=44.69%
B=44.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980800.76000.6918061.6219.41
Hex1350504C0045b43e13
Octal23120120114001052647623
Binary100111010000101000010011000010001011011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135050; }

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

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

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

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

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

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

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

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