#5298CD

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

Shades of Picton Blue #5298CD

Tints of Picton Blue #5298CD

Color information

#5298CD (or 0x5298CD) is unknown color: approx Picton Blue. HEX triplet: 52, 98 and CD. RGB value is (82,152,205). Sum of RGB (Red+Green+Blue) = 82+152+205=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #5298CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5298CD is #AD6732. Grayscale: #888888. Windows color (decimal): -11364147 or 13473874. OLE color: 13473874.

HSL color Cylindrical-coordinate representation of color #5298CD: hue angle of 205.85º 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 #5298CD is Cyan = 0.6, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82152205-
CMYK0.60.2600.20
HSL205.85º55.16%56.27%-
HSV(B)205.85º60%80.39%-
XYZ25.7328.6661.93-
YUV137.11166.3188.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 205 (80.47% from 255) = 46.70%
R=18.68%
G=34.62%
B=46.70%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821522050.60.2600.20205.8555.1656.27
Hex5298CD3C1A014ce3738
Octal12223031574320243166770
Binary101001010011000110011011111001101001010011001110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5298CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5298CD; }

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

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

<style>
 a { background-color: #5298CD; }

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

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

<style>
 span { border-color: #5298CD; }

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

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