Html Css Color HEX #5E9DDC Picton Blue

📋 copy color: '#5E9DDC'

red 94 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #5E9DDC

Tints of Picton Blue #5E9DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

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

R = 19.96%
G = 33.33%
B = 46.71%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E9DDC (or 0x5E9DDC) is known color: Picton Blue. HEX triplet: 5E, 9D and DC. RGB value is (94,157,220). Sum of RGB (Red+Green+Blue) = 94+157+220=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E9DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9DDC is #A16223. Grayscale: #919191. Windows color (decimal): -10576420 or 14458206. OLE color: 14458206.

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

Color convert

RGB 94 157 220 -
CMYK 0.57 0.29 0 0.14
HSL 210º 0.64% 0.62% -
HSV(B) 210º 0.57% 0.86% -
XYZ 29.59 31.66 72.26 -
YUV 145.35 170.13 91.38 -
System Red Green Blue C M Y K H S L
Decimal 94 157 220 0.57 0.29 0 0.14 210 0.64 0.62
Hex 5E 9D DC 39 1D 0 E D2 40 3E
Octal 136 235 334 71 35 0 16 322 100 76
Binary 1011110 10011101 11011100 111001 11101 0 1110 11010010 1000000 111110

Color Harmonies of #5E9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9DDC

Black with #5E9DDC

Text Example


Text Example

White with #5E9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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