#55A4C0

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

Shades of Shakespeare #55A4C0

Tints of Shakespeare #55A4C0

Color information

#55A4C0 (or 0x55A4C0) is unknown color: approx Shakespeare. HEX triplet: 55, A4 and C0. RGB value is (85,164,192). Sum of RGB (Red+Green+Blue) = 85+164+192=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #55A4C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4C0 is #AA5B3F. Grayscale: #8F8F8F. Windows color (decimal): -11164480 or 12624981. OLE color: 12624981.

HSL color Cylindrical-coordinate representation of color #55A4C0: hue angle of 195.7º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55A4C0 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85164192-
CMYK0.560.1500.25
HSL195.7º45.92%54.31%-
HSV(B)195.7º55.73%75.29%-
XYZ26.5432.2954.7-
YUV143.57155.3386.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=19.27%
G=37.19%
B=43.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851641920.560.1500.25195.745.9254.31
Hex55A4C038F019c42e36
Octal12524430070170313045666
Binary10101011010010011000000111000111101100111000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,164,192); }

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

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

 a { background-color: rgb(85,164,192); }

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

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

 span { border-color: rgb(85,164,192); }

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