#5295CB

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

Shades of Picton Blue #5295CB

Tints of Picton Blue #5295CB

Color information

#5295CB (or 0x5295CB) is unknown color: approx Picton Blue. HEX triplet: 52, 95 and CB. RGB value is (82,149,203). Sum of RGB (Red+Green+Blue) = 82+149+203=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #5295CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5295CB is #AD6A34. Grayscale: #868686. Windows color (decimal): -11364917 or 13342034. OLE color: 13342034.

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

Color convert

RGB82149203-
CMYK0.600.2700.20
HSL206.78º53.78%55.88%-
HSV(B)206.78º59.61%79.61%-
XYZ25.0127.660.51-
YUV135.12166.390.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=18.89%
G=34.33%
B=46.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821492030.600.2700.20206.7853.7855.88
Hex5295CB3C1B014cf3638
Octal12222531374330243176670
Binary101001010010101110010111111001101101010011001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5295CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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