#5491cf

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

Shades of Picton Blue #5491CF

Tints of Picton Blue #5491CF

Color information

#5491CF (or 0x5491CF) is unknown color: approx Picton Blue. HEX triplet: 54, 91 and CF. RGB value is (84,145,207). Sum of RGB (Red+Green+Blue) = 84+145+207=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 145 (57.03% from 255 or 33.26% 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 #5491CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491CF is #AB6E30. Grayscale: #858585. Windows color (decimal): -11234865 or 13603156. OLE color: 13603156.

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

Color convert

RGB84145207-
CMYK0.590.3000.19
HSL210.24º56.16%57.06%-
HSV(B)210.24º59.42%81.18%-
XYZ25.0426.6462.85-
YUV133.83169.2992.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.27%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=19.27%
G=33.26%
B=47.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841452070.590.3000.19210.2456.1657.06
Hex5491CF3B1E013d23839
Octal12422131773360233227071
Binary101010010010001110011111110111111001001111010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5491cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5491cf; }

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

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

<style>
 a { background-color: #5491cf; }

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

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

<style>
 span { border-color: #5491cf; }

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

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