#5193CF

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

Shades of Picton Blue #5193CF

Tints of Picton Blue #5193CF

Color information

#5193CF (or 0x5193CF) is unknown color: approx Picton Blue. HEX triplet: 51, 93 and CF. RGB value is (81,147,207). Sum of RGB (Red+Green+Blue) = 81+147+207=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #5193CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5193CF is #AE6C30. Grayscale: #858585. Windows color (decimal): -11430961 or 13603665. OLE color: 13603665.

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

Color convert

RGB81147207-
CMYK0.610.2900.19
HSL208.57º56.76%56.47%-
HSV(B)208.57º60.87%81.18%-
XYZ25.0927.1262.94-
YUV134.11169.1390.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=18.62%
G=33.79%
B=47.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811472070.610.2900.19208.5756.7656.47
Hex5193CF3D1D013d13938
Octal12122331775350233217170
Binary101000110010011110011111111011110101001111010001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5193CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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