#5A90D8

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

Shades of Picton Blue #5A90D8

Tints of Picton Blue #5A90D8

Color information

#5A90D8 (or 0x5A90D8) is unknown color: approx Picton Blue. HEX triplet: 5A, 90 and D8. RGB value is (90,144,216). Sum of RGB (Red+Green+Blue) = 90+144+216=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A90D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A90D8 is #A56F27. Grayscale: #878787. Windows color (decimal): -10841896 or 14192730. OLE color: 14192730.

HSL color Cylindrical-coordinate representation of color #5A90D8: hue angle of 214.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A90D8 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB90144216-
CMYK0.580.3300.15
HSL214.29º61.76%60%-
HSV(B)214.29º58.33%84.71%-
XYZ26.5827.0868.79-
YUV136.06173.1195.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 216 (84.77% from 255) = 48%
R=20%
G=32%
B=48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal901442160.580.3300.15214.2961.7660
Hex5A90D83A210Fd63e3c
Octal13222033072410173267674
Binary101101010010000110110001110101000010111111010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A90D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,216); }

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

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

 a { background-color: rgb(90,144,216); }

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

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

 span { border-color: rgb(90,144,216); }

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