#135255

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

Shades of Cyprus #135255

Tints of Cyprus #135255

Color information

#135255 (or 0x135255) is unknown color: approx Cyprus. HEX triplet: 13, 52 and 55. RGB value is (19,82,85). Sum of RGB (Red+Green+Blue) = 19+82+85=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #135255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135255 is #ECADAA. Grayscale: #3F3F3F. Windows color (decimal): -15510955 or 5591571. OLE color: 5591571.

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

Color convert

RGB198285-
CMYK0.780.0400.67
HSL182.73º63.46%20.39%-
HSV(B)182.73º77.65%33.33%-
XYZ4.936.839.65-
YUV63.5140.1396.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=10.22%
G=44.09%
B=45.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1982850.780.0400.67182.7363.4620.39
Hex1352554E4043b73f14
Octal23122125116401032677724
Binary10011101001010101011001110100010000111011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135255; }

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

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

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

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

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

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

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

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