#5293CF

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

Shades of Picton Blue #5293CF

Tints of Picton Blue #5293CF

Color information

#5293CF (or 0x5293CF) is unknown color: approx Picton Blue. HEX triplet: 52, 93 and CF. RGB value is (82,147,207). Sum of RGB (Red+Green+Blue) = 82+147+207=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #5293CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293CF is #AD6C30. Grayscale: #868686. Windows color (decimal): -11365425 or 13603666. OLE color: 13603666.

HSL color Cylindrical-coordinate representation of color #5293CF: hue angle of 208.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5293CF is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82147207-
CMYK0.600.2900.19
HSL208.8º56.56%56.67%-
HSV(B)208.8º60.39%81.18%-
XYZ25.1827.1762.95-
YUV134.4168.9790.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=18.81%
G=33.72%
B=47.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821472070.600.2900.19208.856.5656.67
Hex5293CF3C1D013d13939
Octal12222331774350233217171
Binary101001010010011110011111111001110101001111010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5293CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5293CF; }

 p { color: rgb(82,147,207); }

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

<style>
 a { background-color: #5293CF; }

 a { background-color: rgb(82,147,207); }

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

<style>
 span { border-color: #5293CF; }

 span { border-color: rgb(82,147,207); }

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