#155053

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

Shades of Cyprus #155053

Tints of Cyprus #155053

Color information

#155053 (or 0x155053) is unknown color: approx Cyprus. HEX triplet: 15, 50 and 53. RGB value is (21,80,83). Sum of RGB (Red+Green+Blue) = 21+80+83=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 80 (31.64% from 255 or 43.48% 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 #155053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155053 is #EAAFAC. Grayscale: #3E3E3E. Windows color (decimal): -15380397 or 5459989. OLE color: 5459989.

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

Color convert

RGB218083-
CMYK0.750.0400.67
HSL182.9º59.62%20.39%-
HSV(B)182.9º74.7%32.55%-
XYZ4.746.529.19-
YUV62.7139.4598.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=11.41%
G=43.48%
B=45.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2180830.750.0400.67182.959.6220.39
Hex1550534B4043b73c14
Octal25120123113401032677424
Binary10101101000010100111001011100010000111011011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155053; }

 p { color: rgb(21,80,83); }

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

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

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

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

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

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

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