#5E98DA

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

Shades of Picton Blue #5E98DA

Tints of Picton Blue #5E98DA

Color information

#5E98DA (or 0x5E98DA) is unknown color: approx Picton Blue. HEX triplet: 5E, 98 and DA. RGB value is (94,152,218). Sum of RGB (Red+Green+Blue) = 94+152+218=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E98DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E98DA is #A16725. Grayscale: #8D8D8D. Windows color (decimal): -10577702 or 14325854. OLE color: 14325854.

HSL color Cylindrical-coordinate representation of color #5E98DA: hue angle of 211.94º degrees, saturation: 0.63, 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 #5E98DA is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94152218-
CMYK0.570.3000.15
HSL211.94º62.63%61.18%-
HSV(B)211.94º56.88%85.49%-
XYZ28.529.970.6-
YUV142.18170.7893.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.26%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=20.26%
G=32.76%
B=46.98%

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
Decimal941522180.570.3000.15211.9462.6361.18
Hex5E98DA391E0Fd43f3d
Octal13623033271360173247775
Binary10111101001100011011010111001111100111111010100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E98DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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