#529AB9

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

Shades of Shakespeare #529AB9

Tints of Shakespeare #529AB9

Color information

#529AB9 (or 0x529AB9) is unknown color: approx Shakespeare. HEX triplet: 52, 9A and B9. RGB value is (82,154,185). Sum of RGB (Red+Green+Blue) = 82+154+185=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #529AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529AB9 is #AD6546. Grayscale: #878787. Windows color (decimal): -11363655 or 12163666. OLE color: 12163666.

HSL color Cylindrical-coordinate representation of color #529AB9: hue angle of 198.06º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #529AB9 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82154185-
CMYK0.560.1700.27
HSL198.06º42.39%52.35%-
HSV(B)198.06º55.68%72.55%-
XYZ23.7928.4150.13-
YUV136.01155.6589.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.48%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 185 (72.66% from 255) = 43.94%
R=19.48%
G=36.58%
B=43.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821541850.560.1700.27198.0642.3952.35
Hex529AB9381101Bc62a34
Octal12223227170210333065264
Binary101001010011010101110011110001000101101111000110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529AB9; }

 p { color: rgb(82,154,185); }

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

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

 a { background-color: rgb(82,154,185); }

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

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

 span { border-color: rgb(82,154,185); }

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