#5890D8

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

Shades of Picton Blue #5890D8

Tints of Picton Blue #5890D8

Color information

#5890D8 (or 0x5890D8) is unknown color: approx Picton Blue. HEX triplet: 58, 90 and D8. RGB value is (88,144,216). Sum of RGB (Red+Green+Blue) = 88+144+216=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #5890D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890D8 is #A76F27. Grayscale: #878787. Windows color (decimal): -10972968 or 14192728. OLE color: 14192728.

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

Color convert

RGB88144216-
CMYK0.590.3300.15
HSL213.75º62.14%59.61%-
HSV(B)213.75º59.26%84.71%-
XYZ26.3926.9868.78-
YUV135.46173.4594.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.64%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 216 (84.77% from 255) = 48.21%
R=19.64%
G=32.14%
B=48.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal881442160.590.3300.15213.7562.1459.61
Hex5890D83B210Fd63e3c
Octal13022033073410173267674
Binary101100010010000110110001110111000010111111010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5890D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5890D8; }

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

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

<style>
 a { background-color: #5890D8; }

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

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

<style>
 span { border-color: #5890D8; }

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

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