#5E9ED8

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

Shades of Picton Blue #5E9ED8

Tints of Picton Blue #5E9ED8

Color information

#5E9ED8 (or 0x5E9ED8) is unknown color: approx Picton Blue. HEX triplet: 5E, 9E and D8. RGB value is (94,158,216). Sum of RGB (Red+Green+Blue) = 94+158+216=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #5E9ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9ED8 is #A16127. Grayscale: #919191. Windows color (decimal): -10576168 or 14196318. OLE color: 14196318.

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

Color convert

RGB94158216-
CMYK0.560.2700.15
HSL208.52º61%60.78%-
HSV(B)208.52º56.48%84.71%-
XYZ29.2431.7969.56-
YUV145.48167.891.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.09%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 216 (84.77% from 255) = 46.15%
R=20.09%
G=33.76%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941582160.560.2700.15208.526160.78
Hex5E9ED8381B0Fd13d3d
Octal13623633070330173217575
Binary10111101001111011011000111000110110111111010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,158,216); }

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

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

 a { background-color: rgb(94,158,216); }

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

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

 span { border-color: rgb(94,158,216); }

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