#5297CA

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

Shades of Picton Blue #5297CA

Tints of Picton Blue #5297CA

Color information

#5297CA (or 0x5297CA) is unknown color: approx Picton Blue. HEX triplet: 52, 97 and CA. RGB value is (82,151,202). Sum of RGB (Red+Green+Blue) = 82+151+202=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #5297CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5297CA is #AD6835. Grayscale: #878787. Windows color (decimal): -11364406 or 13277010. OLE color: 13277010.

HSL color Cylindrical-coordinate representation of color #5297CA: hue angle of 205.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5297CA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82151202-
CMYK0.590.2500.21
HSL205.5º53.1%55.69%-
HSV(B)205.5º59.41%79.22%-
XYZ25.2128.1959.99-
YUV136.18165.1489.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.85%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=18.85%
G=34.71%
B=46.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821512020.590.2500.21205.553.155.69
Hex5297CA3B19015ce3538
Octal12222731273310253166570
Binary101001010010111110010101110111100101010111001110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5297CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5297CA; }

 p { color: rgb(82,151,202); }

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

<style>
 a { background-color: #5297CA; }

 a { background-color: rgb(82,151,202); }

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

<style>
 span { border-color: #5297CA; }

 span { border-color: rgb(82,151,202); }

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