#155055

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

Shades of Cyprus #155055

Tints of Cyprus #155055

Color information

#155055 (or 0x155055) is unknown color: approx Cyprus. HEX triplet: 15, 50 and 55. RGB value is (21,80,85). Sum of RGB (Red+Green+Blue) = 21+80+85=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 80 (31.64% from 255 or 43.01% 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 #155055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155055 is #EAAFAA. Grayscale: #3E3E3E. Windows color (decimal): -15380395 or 5591061. OLE color: 5591061.

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

Color convert

RGB218085-
CMYK0.750.0600.67
HSL184.69º60.38%20.78%-
HSV(B)184.69º75.29%33.33%-
XYZ4.826.559.61-
YUV62.93140.4598.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=11.29%
G=43.01%
B=45.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2180850.750.0600.67184.6960.3820.78
Hex1550554B6043b93c15
Octal25120125113601032717425
Binary10101101000010101011001011110010000111011100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155055; }

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

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

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

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

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

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

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

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