#529DB5

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

Shades of Shakespeare #529DB5

Tints of Shakespeare #529DB5

Color information

#529DB5 (or 0x529DB5) is unknown color: approx Shakespeare. HEX triplet: 52, 9D and B5. RGB value is (82,157,181). Sum of RGB (Red+Green+Blue) = 82+157+181=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #529DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DB5 is #AD624A. Grayscale: #898989. Windows color (decimal): -11362891 or 11902290. OLE color: 11902290.

HSL color Cylindrical-coordinate representation of color #529DB5: hue angle of 194.55º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529DB5 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82157181-
CMYK0.550.1300.29
HSL194.55º40.08%51.57%-
HSV(B)194.55º54.7%70.98%-
XYZ23.8829.2448.1-
YUV137.31152.6588.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.52%
GREEN value IS 157 (61.72% from 255) = 37.38%
BLUE value IS 181 (71.09% from 255) = 43.10%
R=19.52%
G=37.38%
B=43.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821571810.550.1300.29194.5540.0851.57
Hex529DB537D01Dc32834
Octal12223526567150353035064
Binary10100101001110110110101110111110101110111000011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,181); }

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

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

 a { background-color: rgb(82,157,181); }

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

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

 span { border-color: rgb(82,157,181); }

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