#5294CD

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

Shades of Picton Blue #5294CD

Tints of Picton Blue #5294CD

Color information

#5294CD (or 0x5294CD) is unknown color: approx Picton Blue. HEX triplet: 52, 94 and CD. RGB value is (82,148,205). Sum of RGB (Red+Green+Blue) = 82+148+205=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #5294CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5294CD is #AD6B32. Grayscale: #868686. Windows color (decimal): -11365171 or 13472850. OLE color: 13472850.

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

Color convert

RGB82148205-
CMYK0.60.2800.20
HSL207.8º55.16%56.27%-
HSV(B)207.8º60%80.39%-
XYZ25.0927.3861.72-
YUV134.76167.6390.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.85%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=18.85%
G=34.02%
B=47.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821482050.60.2800.20207.855.1656.27
Hex5294CD3C1C014d03738
Octal12222431574340243206770
Binary101001010010100110011011111001110001010011010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5294CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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