#5295CD

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

Shades of Picton Blue #5295CD

Tints of Picton Blue #5295CD

Color information

#5295CD (or 0x5295CD) is unknown color: approx Picton Blue. HEX triplet: 52, 95 and CD. RGB value is (82,149,205). Sum of RGB (Red+Green+Blue) = 82+149+205=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #5295CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5295CD is #AD6A32. Grayscale: #878787. Windows color (decimal): -11364915 or 13473106. OLE color: 13473106.

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

Color convert

RGB82149205-
CMYK0.60.2700.20
HSL207.32º55.16%56.27%-
HSV(B)207.32º60%80.39%-
XYZ25.2527.761.77-
YUV135.35167.389.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=18.81%
G=34.17%
B=47.02%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821492050.60.2700.20207.3255.1656.27
Hex5295CD3C1B014cf3738
Octal12222531574330243176770
Binary101001010010101110011011111001101101010011001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5295CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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