#5594DA

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

Shades of Picton Blue #5594DA

Tints of Picton Blue #5594DA

Color information

#5594DA (or 0x5594DA) is unknown color: approx Picton Blue. HEX triplet: 55, 94 and DA. RGB value is (85,148,218). Sum of RGB (Red+Green+Blue) = 85+148+218=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #5594DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5594DA is #AA6B25. Grayscale: #888888. Windows color (decimal): -11168550 or 14324821. OLE color: 14324821.

HSL color Cylindrical-coordinate representation of color #5594DA: hue angle of 211.58º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5594DA is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85148218-
CMYK0.610.3200.15
HSL211.58º64.25%59.41%-
HSV(B)211.58º61.01%85.49%-
XYZ26.9928.1770.35-
YUV137.14173.6390.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 218 (85.55% from 255) = 48.34%
R=18.85%
G=32.82%
B=48.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851482180.610.3200.15211.5864.2559.41
Hex5594DA3D200Fd4403b
Octal125224332754001732410073
Binary1010101100101001101101011110110000001111110101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5594DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5594DA; }

 p { color: rgb(85,148,218); }

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

<style>
 a { background-color: #5594DA; }

 a { background-color: rgb(85,148,218); }

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

<style>
 span { border-color: #5594DA; }

 span { border-color: rgb(85,148,218); }

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