#5E9ECD

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

Shades of Picton Blue #5E9ECD

Tints of Picton Blue #5E9ECD

Color information

#5E9ECD (or 0x5E9ECD) is unknown color: approx Picton Blue. HEX triplet: 5E, 9E and CD. RGB value is (94,158,205). Sum of RGB (Red+Green+Blue) = 94+158+205=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E9ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9ECD is #A16132. Grayscale: #8F8F8F. Windows color (decimal): -10576179 or 13475422. OLE color: 13475422.

HSL color Cylindrical-coordinate representation of color #5E9ECD: hue angle of 205.41º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9ECD is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94158205-
CMYK0.540.2300.20
HSL205.41º52.61%58.63%-
HSV(B)205.41º54.15%80.39%-
XYZ27.8631.2462.32-
YUV144.22162.392.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.57%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=20.57%
G=34.57%
B=44.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941582050.540.2300.20205.4152.6158.63
Hex5E9ECD3617014cd353b
Octal13623631566270243156573
Binary101111010011110110011011101101011101010011001101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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