#5E98D9

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

Shades of Picton Blue #5E98D9

Tints of Picton Blue #5E98D9

Color information

#5E98D9 (or 0x5E98D9) is unknown color: approx Picton Blue. HEX triplet: 5E, 98 and D9. RGB value is (94,152,217). Sum of RGB (Red+Green+Blue) = 94+152+217=463 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.30% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #5E98D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E98D9 is #A16726. Grayscale: #8D8D8D. Windows color (decimal): -10577703 or 14260318. OLE color: 14260318.

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

Color convert

RGB94152217-
CMYK0.570.3000.15
HSL211.71º61.81%60.98%-
HSV(B)211.71º56.68%85.1%-
XYZ28.3729.8569.91-
YUV142.07170.2893.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.30%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=20.30%
G=32.83%
B=46.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941522170.570.3000.15211.7161.8160.98
Hex5E98D9391E0Fd43e3d
Octal13623033171360173247675
Binary10111101001100011011001111001111100111111010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E98D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,152,217); }

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

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

 a { background-color: rgb(94,152,217); }

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

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

 span { border-color: rgb(94,152,217); }

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