#5795DB

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

Shades of Picton Blue #5795DB

Tints of Picton Blue #5795DB

Color information

#5795DB (or 0x5795DB) is unknown color: approx Picton Blue. HEX triplet: 57, 95 and DB. RGB value is (87,149,219). Sum of RGB (Red+Green+Blue) = 87+149+219=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #5795DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5795DB is #A86A24. Grayscale: #8A8A8A. Windows color (decimal): -11037221 or 14390615. OLE color: 14390615.

HSL color Cylindrical-coordinate representation of color #5795DB: hue angle of 211.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5795DB is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB87149219-
CMYK0.600.3200.14
HSL211.82º64.71%60%-
HSV(B)211.82º60.27%85.88%-
XYZ27.4628.6471.1-
YUV138.44173.4691.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.12%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=19.12%
G=32.75%
B=48.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal871492190.600.3200.14211.8264.7160
Hex5795DB3C200Ed4413c
Octal127225333744001632410174
Binary1010111100101011101101111110010000001110110101001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5795DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5795DB; }

 p { color: rgb(87,149,219); }

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

<style>
 a { background-color: #5795DB; }

 a { background-color: rgb(87,149,219); }

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

<style>
 span { border-color: #5795DB; }

 span { border-color: rgb(87,149,219); }

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