#5393CA

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

Shades of Picton Blue #5393CA

Tints of Picton Blue #5393CA

Color information

#5393CA (or 0x5393CA) is unknown color: approx Picton Blue. HEX triplet: 53, 93 and CA. RGB value is (83,147,202). Sum of RGB (Red+Green+Blue) = 83+147+202=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #5393CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393CA is #AC6C35. Grayscale: #858585. Windows color (decimal): -11299894 or 13275987. OLE color: 13275987.

HSL color Cylindrical-coordinate representation of color #5393CA: hue angle of 207.73º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5393CA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83147202-
CMYK0.590.2700.21
HSL207.73º52.89%55.88%-
HSV(B)207.73º58.91%79.22%-
XYZ24.6626.9759.78-
YUV134.13166.391.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.21%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=19.21%
G=34.03%
B=46.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831472020.590.2700.21207.7352.8955.88
Hex5393CA3B1B015d03538
Octal12322331273330253206570
Binary101001110010011110010101110111101101010111010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5393CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5393CA; }

 p { color: rgb(83,147,202); }

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

<style>
 a { background-color: #5393CA; }

 a { background-color: rgb(83,147,202); }

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

<style>
 span { border-color: #5393CA; }

 span { border-color: rgb(83,147,202); }

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