#529BCE

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

Shades of Picton Blue #529BCE

Tints of Picton Blue #529BCE

Color information

#529BCE (or 0x529BCE) is unknown color: approx Picton Blue. HEX triplet: 52, 9B and CE. RGB value is (82,155,206). Sum of RGB (Red+Green+Blue) = 82+155+206=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #529BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BCE is #AD6431. Grayscale: #8A8A8A. Windows color (decimal): -11363378 or 13540178. OLE color: 13540178.

HSL color Cylindrical-coordinate representation of color #529BCE: hue angle of 204.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529BCE is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82155206-
CMYK0.600.2500.19
HSL204.68º55.86%56.47%-
HSV(B)204.68º60.19%80.78%-
XYZ26.3429.6962.74-
YUV138.99165.8287.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=18.51%
G=34.99%
B=46.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821552060.600.2500.19204.6855.8656.47
Hex529BCE3C19013cd3838
Octal12223331674310233157070
Binary101001010011011110011101111001100101001111001101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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