#529BCD

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

Shades of Picton Blue #529BCD

Tints of Picton Blue #529BCD

Color information

#529BCD (or 0x529BCD) is unknown color: approx Picton Blue. HEX triplet: 52, 9B and CD. RGB value is (82,155,205). Sum of RGB (Red+Green+Blue) = 82+155+205=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #529BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BCD is #AD6432. Grayscale: #8A8A8A. Windows color (decimal): -11363379 or 13474642. OLE color: 13474642.

HSL color Cylindrical-coordinate representation of color #529BCD: hue angle of 204.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529BCD is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82155205-
CMYK0.60.2400.20
HSL204.39º55.16%56.27%-
HSV(B)204.39º60%80.39%-
XYZ26.2229.6462.1-
YUV138.87165.3287.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.55%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=18.55%
G=35.07%
B=46.38%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821552050.60.2400.20204.3955.1656.27
Hex529BCD3C18014cc3738
Octal12223331574300243146770
Binary101001010011011110011011111001100001010011001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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