#529BB7

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

Shades of Shakespeare #529BB7

Tints of Shakespeare #529BB7

Color information

#529BB7 (or 0x529BB7) is unknown color: approx Shakespeare. HEX triplet: 52, 9B and B7. RGB value is (82,155,183). Sum of RGB (Red+Green+Blue) = 82+155+183=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #529BB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BB7 is #AD6448. Grayscale: #888888. Windows color (decimal): -11363401 or 12032850. OLE color: 12032850.

HSL color Cylindrical-coordinate representation of color #529BB7: hue angle of 196.63º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529BB7 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB82155183-
CMYK0.550.1500.28
HSL196.63º41.22%51.96%-
HSV(B)196.63º55.19%71.76%-
XYZ23.7528.6649.08-
YUV136.36154.3289.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.52%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 183 (71.88% from 255) = 43.57%
R=19.52%
G=36.90%
B=43.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821551830.550.1500.28196.6341.2251.96
Hex529BB737F01Cc52934
Octal12223326767170343055164
Binary10100101001101110110111110111111101110011000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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