Html Css Color HEX #5E96CE Picton Blue

📋 copy color: '#5E96CE'

red 94 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #5E96CE

Tints of Picton Blue #5E96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.33%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 20.89%
G = 33.33%
B = 45.78%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E96CE (or 0x5E96CE) is known color: Picton Blue. HEX triplet: 5E, 96 and CE. RGB value is (94,150,206). Sum of RGB (Red+Green+Blue) = 94+150+206=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E96CE is #A16931. Grayscale: #8B8B8B. Windows color (decimal): -10578226 or 13538910. OLE color: 13538910.

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

Color convert

RGB 94 150 206 -
CMYK 0.54 0.27 0 0.19
HSL 210º 0.53% 0.59% -
HSV(B) 210º 0.54% 0.81% -
XYZ 26.66 28.65 62.52 -
YUV 139.64 165.45 95.45 -
System Red Green Blue C M Y K H S L
Decimal 94 150 206 0.54 0.27 0 0.19 210 0.53 0.59
Hex 5E 96 CE 36 1B 0 13 D2 35 3B
Octal 136 226 316 66 33 0 23 322 65 73
Binary 1011110 10010110 11001110 110110 11011 0 10011 11010010 110101 111011

Color Harmonies of #5E96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E96CE

Black with #5E96CE

Text Example


Text Example

White with #5E96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,150,206); }

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

background-color css

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

 a { background-color: rgb(94,150,206); }

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

border-color css

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

 span { border-color: rgb(94,150,206); }

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