#5593DA

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

Shades of Picton Blue #5593DA

Tints of Picton Blue #5593DA

Color information

#5593DA (or 0x5593DA) is unknown color: approx Picton Blue. HEX triplet: 55, 93 and DA. RGB value is (85,147,218). Sum of RGB (Red+Green+Blue) = 85+147+218=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #5593DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593DA is #AA6C25. Grayscale: #888888. Windows color (decimal): -11168806 or 14324565. OLE color: 14324565.

HSL color Cylindrical-coordinate representation of color #5593DA: hue angle of 212.03º 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 #5593DA is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85147218-
CMYK0.610.3300.15
HSL212.03º64.25%59.41%-
HSV(B)212.03º61.01%85.49%-
XYZ26.8327.8670.29-
YUV136.56173.9691.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 218 (85.55% from 255) = 48.44%
R=18.89%
G=32.67%
B=48.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851472180.610.3300.15212.0364.2559.41
Hex5593DA3D210Fd4403b
Octal125223332754101732410073
Binary1010101100100111101101011110110000101111110101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5593DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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