#5D96DC

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

Shades of Picton Blue #5D96DC

Tints of Picton Blue #5D96DC

Color information

#5D96DC (or 0x5D96DC) is unknown color: approx Picton Blue. HEX triplet: 5D, 96 and DC. RGB value is (93,150,220). Sum of RGB (Red+Green+Blue) = 93+150+220=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D96DC is #A26923. Grayscale: #8C8C8C. Windows color (decimal): -10643748 or 14456413. OLE color: 14456413.

HSL color Cylindrical-coordinate representation of color #5D96DC: hue angle of 213.07º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D96DC is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93150220-
CMYK0.580.3200.14
HSL213.07º64.47%61.37%-
HSV(B)213.07º57.73%86.27%-
XYZ28.3429.3171.87-
YUV140.94172.6293.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.09%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=20.09%
G=32.40%
B=47.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal931502200.580.3200.14213.0764.4761.37
Hex5D96DC3A200Ed5403d
Octal135226334724001632510075
Binary1011101100101101101110011101010000001110110101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D96DC; }

 p { color: rgb(93,150,220); }

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

<style>
 a { background-color: #5D96DC; }

 a { background-color: rgb(93,150,220); }

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

<style>
 span { border-color: #5D96DC; }

 span { border-color: rgb(93,150,220); }

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