#55A3BE

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

Shades of Shakespeare #55A3BE

Tints of Shakespeare #55A3BE

Color information

#55A3BE (or 0x55A3BE) is unknown color: approx Shakespeare. HEX triplet: 55, A3 and BE. RGB value is (85,163,190). Sum of RGB (Red+Green+Blue) = 85+163+190=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #55A3BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A3BE is #AA5C41. Grayscale: #8E8E8E. Windows color (decimal): -11164738 or 12493653. OLE color: 12493653.

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

Color convert

RGB85163190-
CMYK0.550.1400.25
HSL195.43º44.68%53.92%-
HSV(B)195.43º55.26%74.51%-
XYZ26.1431.8453.48-
YUV142.76154.6686.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.41%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=19.41%
G=37.21%
B=43.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851631900.550.1400.25195.4344.6853.92
Hex55A3BE37E019c32d36
Octal12524327667160313035566
Binary10101011010001110111110110111111001100111000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,190); }

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

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

 a { background-color: rgb(85,163,190); }

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

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

 span { border-color: rgb(85,163,190); }

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