#55A0B1

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

Shades of Shakespeare #55A0B1

Tints of Shakespeare #55A0B1

Color information

#55A0B1 (or 0x55A0B1) is unknown color: approx Shakespeare. HEX triplet: 55, A0 and B1. RGB value is (85,160,177). Sum of RGB (Red+Green+Blue) = 85+160+177=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #55A0B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A0B1 is #AA5F4E. Grayscale: #8B8B8B. Windows color (decimal): -11165519 or 11640917. OLE color: 11640917.

HSL color Cylindrical-coordinate representation of color #55A0B1: hue angle of 191.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55A0B1 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85160177-
CMYK0.520.1000.31
HSL191.09º37.1%51.37%-
HSV(B)191.09º51.98%69.41%-
XYZ24.2530.2546.16-
YUV139.51149.1589.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=20.14%
G=37.91%
B=41.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851601770.520.1000.31191.0937.151.37
Hex55A0B134A01Fbf2533
Octal12524026164120372774563
Binary10101011010000010110001110100101001111110111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A0B1; }

 p { color: rgb(85,160,177); }

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

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

 a { background-color: rgb(85,160,177); }

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

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

 span { border-color: rgb(85,160,177); }

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