#529BBD

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

Shades of Shakespeare #529BBD

Tints of Shakespeare #529BBD

Color information

#529BBD (or 0x529BBD) is unknown color: approx Shakespeare. HEX triplet: 52, 9B and BD. RGB value is (82,155,189). Sum of RGB (Red+Green+Blue) = 82+155+189=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #529BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BBD is #AD6442. Grayscale: #888888. Windows color (decimal): -11363395 or 12426066. OLE color: 12426066.

HSL color Cylindrical-coordinate representation of color #529BBD: hue angle of 199.07º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #529BBD is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82155189-
CMYK0.570.1800.26
HSL199.07º44.77%53.14%-
HSV(B)199.07º56.61%74.12%-
XYZ24.3928.9152.44-
YUV137.05157.3288.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.25%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=19.25%
G=36.38%
B=44.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821551890.570.1800.26199.0744.7753.14
Hex529BBD391201Ac72d35
Octal12223327571220323075565
Binary101001010011011101111011110011001001101011000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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