#5EA7DA

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

Shades of Picton Blue #5EA7DA

Tints of Picton Blue #5EA7DA

Color information

#5EA7DA (or 0x5EA7DA) is unknown color: approx Picton Blue. HEX triplet: 5E, A7 and DA. RGB value is (94,167,218). Sum of RGB (Red+Green+Blue) = 94+167+218=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #5EA7DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA7DA is #A15825. Grayscale: #969696. Windows color (decimal): -10573862 or 14329694. OLE color: 14329694.

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

Color convert

RGB94167218-
CMYK0.570.2300.15
HSL204.68º62.63%61.18%-
HSV(B)204.68º56.88%85.49%-
XYZ31.0935.0871.46-
YUV150.99165.8287.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.62%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=19.62%
G=34.86%
B=45.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941672180.570.2300.15204.6862.6361.18
Hex5EA7DA39170Fcd3f3d
Octal13624733271270173157775
Binary10111101010011111011010111001101110111111001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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