#529CBB

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

Shades of Shakespeare #529CBB

Tints of Shakespeare #529CBB

Color information

#529CBB (or 0x529CBB) is unknown color: approx Shakespeare. HEX triplet: 52, 9C and BB. RGB value is (82,156,187). Sum of RGB (Red+Green+Blue) = 82+156+187=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #529CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CBB is #AD6344. Grayscale: #898989. Windows color (decimal): -11363141 or 12295250. OLE color: 12295250.

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

Color convert

RGB82156187-
CMYK0.560.1700.27
HSL197.71º43.57%52.75%-
HSV(B)197.71º56.15%73.33%-
XYZ24.3429.1651.36-
YUV137.41155.9888.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 187 (73.44% from 255) = 44%
R=19.29%
G=36.71%
B=44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821561870.560.1700.27197.7143.5752.75
Hex529CBB381101Bc62c35
Octal12223427370210333065465
Binary101001010011100101110111110001000101101111000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,156,187); }

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

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

 a { background-color: rgb(82,156,187); }

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

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

 span { border-color: rgb(82,156,187); }

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