#529EE0

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

Shades of Picton Blue #529EE0

Tints of Picton Blue #529EE0

Color information

#529EE0 (or 0x529EE0) is unknown color: approx Picton Blue. HEX triplet: 52, 9E and E0. RGB value is (82,158,224). Sum of RGB (Red+Green+Blue) = 82+158+224=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #529EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EE0 is #AD611F. Grayscale: #8E8E8E. Windows color (decimal): -11362592 or 14720594. OLE color: 14720594.

HSL color Cylindrical-coordinate representation of color #529EE0: hue angle of 207.89º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529EE0 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82158224-
CMYK0.630.2900.12
HSL207.89º69.61%60%-
HSV(B)207.89º63.39%87.84%-
XYZ29.1631.6375.09-
YUV142.8173.8284.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.67%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 224 (87.89% from 255) = 48.28%
R=17.67%
G=34.05%
B=48.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821582240.630.2900.12207.8969.6160
Hex529EE03F1D0Cd0463c
Octal122236340773501432010674
Binary101001010011110111000001111111110101100110100001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,158,224); }

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

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

 a { background-color: rgb(82,158,224); }

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

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

 span { border-color: rgb(82,158,224); }

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