#5691D5

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

Shades of Picton Blue #5691D5

Tints of Picton Blue #5691D5

Color information

#5691D5 (or 0x5691D5) is unknown color: approx Picton Blue. HEX triplet: 56, 91 and D5. RGB value is (86,145,213). Sum of RGB (Red+Green+Blue) = 86+145+213=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #5691D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5691D5 is #A96E2A. Grayscale: #868686. Windows color (decimal): -11103787 or 13996374. OLE color: 13996374.

HSL color Cylindrical-coordinate representation of color #5691D5: hue angle of 212.13º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5691D5 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86145213-
CMYK0.600.3200.16
HSL212.13º60.19%58.63%-
HSV(B)212.13º59.62%83.53%-
XYZ25.9727.0366.8-
YUV135.11171.9592.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.37%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 213 (83.59% from 255) = 47.97%
R=19.37%
G=32.66%
B=47.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal861452130.600.3200.16212.1360.1958.63
Hex5691D53C20010d43c3b
Octal12622132574400203247473
Binary1010110100100011101010111110010000001000011010100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5691D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5691D5; }

 p { color: rgb(86,145,213); }

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

<style>
 a { background-color: #5691D5; }

 a { background-color: rgb(86,145,213); }

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

<style>
 span { border-color: #5691D5; }

 span { border-color: rgb(86,145,213); }

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