#529ABC

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

Shades of Shakespeare #529ABC

Tints of Shakespeare #529ABC

Color information

#529ABC (or 0x529ABC) is unknown color: approx Shakespeare. HEX triplet: 52, 9A and BC. RGB value is (82,154,188). Sum of RGB (Red+Green+Blue) = 82+154+188=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #529ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ABC is #AD6543. Grayscale: #888888. Windows color (decimal): -11363652 or 12360274. OLE color: 12360274.

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

Color convert

RGB82154188-
CMYK0.560.1800.26
HSL199.25º44.17%52.94%-
HSV(B)199.25º56.38%73.73%-
XYZ24.1128.5451.81-
YUV136.35157.1589.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.34%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=19.34%
G=36.32%
B=44.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821541880.560.1800.26199.2544.1752.94
Hex529ABC381201Ac72c35
Octal12223227470220323075465
Binary101001010011010101111001110001001001101011000111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,154,188); }

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

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

 a { background-color: rgb(82,154,188); }

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

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

 span { border-color: rgb(82,154,188); }

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