#5296b4

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

Shades of Shakespeare #5296B4

Tints of Shakespeare #5296B4

Color information

#5296B4 (or 0x5296B4) is unknown color: approx Shakespeare. HEX triplet: 52, 96 and B4. RGB value is (82,150,180). Sum of RGB (Red+Green+Blue) = 82+150+180=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #5296B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5296B4 is #AD694B. Grayscale: #848484. Windows color (decimal): -11364684 or 11834962. OLE color: 11834962.

HSL color Cylindrical-coordinate representation of color #5296B4: hue angle of 198.37º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5296B4 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82150180-
CMYK0.540.1700.29
HSL198.37º39.52%51.37%-
HSV(B)198.37º54.44%70.59%-
XYZ22.6226.947.18-
YUV133.09154.4791.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=19.90%
G=36.41%
B=43.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821501800.540.1700.29198.3739.5251.37
Hex5296B4361101Dc62833
Octal12222626466210353065063
Binary101001010010110101101001101101000101110111000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5296b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5296b4; }

 p { color: rgb(82,150,180); }

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

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

 a { background-color: rgb(82,150,180); }

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

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

 span { border-color: rgb(82,150,180); }

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