#529eb9

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

Shades of Shakespeare #529EB9

Tints of Shakespeare #529EB9

Color information

#529EB9 (or 0x529EB9) is unknown color: approx Shakespeare. HEX triplet: 52, 9E and B9. RGB value is (82,158,185). Sum of RGB (Red+Green+Blue) = 82+158+185=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #529EB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EB9 is #AD6146. Grayscale: #8A8A8A. Windows color (decimal): -11362631 or 12164690. OLE color: 12164690.

HSL color Cylindrical-coordinate representation of color #529EB9: hue angle of 195.73º 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 #529EB9 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82158185-
CMYK0.560.1500.27
HSL195.73º42.39%52.35%-
HSV(B)195.73º55.68%72.55%-
XYZ24.4629.7550.35-
YUV138.35154.3287.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 185 (72.66% from 255) = 43.53%
R=19.29%
G=37.18%
B=43.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821581850.560.1500.27195.7342.3952.35
Hex529EB938F01Bc42a34
Octal12223627170170333045264
Binary10100101001111010111001111000111101101111000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529eb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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