#5191CF

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

Shades of Picton Blue #5191CF

Tints of Picton Blue #5191CF

Color information

#5191CF (or 0x5191CF) is unknown color: approx Picton Blue. HEX triplet: 51, 91 and CF. RGB value is (81,145,207). Sum of RGB (Red+Green+Blue) = 81+145+207=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #5191CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5191CF is #AE6E30. Grayscale: #848484. Windows color (decimal): -11431473 or 13603153. OLE color: 13603153.

HSL color Cylindrical-coordinate representation of color #5191CF: hue angle of 209.52º 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 #5191CF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81145207-
CMYK0.610.3000.19
HSL209.52º56.76%56.47%-
HSV(B)209.52º60.87%81.18%-
XYZ24.7826.5162.84-
YUV132.93169.890.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=18.71%
G=33.49%
B=47.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811452070.610.3000.19209.5256.7656.47
Hex5191CF3D1E013d23938
Octal12122131775360233227170
Binary101000110010001110011111111011111001001111010010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5191CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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