#529BC0

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

Shades of Shakespeare #529BC0

Tints of Shakespeare #529BC0

Color information

#529BC0 (or 0x529BC0) is unknown color: approx Shakespeare. HEX triplet: 52, 9B and C0. RGB value is (82,155,192). Sum of RGB (Red+Green+Blue) = 82+155+192=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #529BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BC0 is #AD643F. Grayscale: #898989. Windows color (decimal): -11363392 or 12622674. OLE color: 12622674.

HSL color Cylindrical-coordinate representation of color #529BC0: hue angle of 200.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #529BC0 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82155192-
CMYK0.570.1900.25
HSL200.18º46.61%53.73%-
HSV(B)200.18º57.29%75.29%-
XYZ24.7229.0454.17-
YUV137.39158.8288.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=19.11%
G=36.13%
B=44.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821551920.570.1900.25200.1846.6153.73
Hex529BC03913019c82f36
Octal12223330071230313105766
Binary101001010011011110000001110011001101100111001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,192); }

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

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

 a { background-color: rgb(82,155,192); }

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

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

 span { border-color: rgb(82,155,192); }

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