Html Css Color HEX #5E9EDC Picton Blue

📋 copy color: '#5E9EDC'

red 94 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #5E9EDC

Tints of Picton Blue #5E9EDC

RGB

 RED value IS 94 (37.11% from 255) = 19.92%

 GREEN value IS 158 (62.11% from 255) = 33.47%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 19.92%
G = 33.47%
B = 46.61%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E9EDC (or 0x5E9EDC) is known color: Picton Blue. HEX triplet: 5E, 9E and DC. RGB value is (94,158,220). Sum of RGB (Red+Green+Blue) = 94+158+220=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E9EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9EDC is #A16123. Grayscale: #919191. Windows color (decimal): -10576164 or 14458462. OLE color: 14458462.

HSL color Cylindrical-coordinate representation of color #5E9EDC: hue angle of 209.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E9EDC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 158 220 -
CMYK 0.57 0.28 0 0.14
HSL 209.52º 0.64% 0.62% -
HSV(B) 209.52º 0.57% 0.86% -
XYZ 29.76 32 72.32 -
YUV 145.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 94 158 220 0.57 0.28 0 0.14 209.52 0.64 0.62
Hex 5E 9E DC 39 1C 0 E D2 40 3E
Octal 136 236 334 71 34 0 16 322 100 76
Binary 1011110 10011110 11011100 111001 11100 0 1110 11010010 1000000 111110

Color Harmonies of #5E9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9EDC

Black with #5E9EDC

Text Example


Text Example

White with #5E9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E9EDC;
 }
 .AnyTagClassName
 {
   color: #5E9EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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