Html Css Color HEX #5E9ECD Picton Blue

📋 copy color: '#5E9ECD'

red 94 ◦ green 158 ◦ blue 205

#5E9ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5E9ECD

Tints of Picton Blue #5E9ECD

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 value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E9ECD (or 0x5E9ECD) is known color: 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

RGB 94 158 205 -
CMYK 0.54 0.23 0 0.20
HSL 205.41º 0.53% 0.59% -
HSV(B) 205.41º 0.54% 0.8% -
XYZ 27.86 31.24 62.32 -
YUV 144.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 94 158 205 0.54 0.23 0 0.20 205.41 0.53 0.59
Hex 5E 9E CD 36 17 0 14 CD 35 3B
Octal 136 236 315 66 27 0 24 315 65 73
Binary 1011110 10011110 11001101 110110 10111 0 10100 11001101 110101 111011

Color Harmonies of #5E9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9ECD

Black with #5E9ECD

Text Example


Text Example

White with #5E9ECD

Text Example


Text Example

HTML Codes & Css Web 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>