Html Css Color HEX #5E97CE Picton Blue

📋 copy color: '#5E97CE'

red 94 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #5E97CE

Tints of Picton Blue #5E97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.48%

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

R = 20.84%
G = 33.48%
B = 45.68%

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

#5E97CE (or 0x5E97CE) is known color: Picton Blue. HEX triplet: 5E, 97 and CE. RGB value is (94,151,206). Sum of RGB (Red+Green+Blue) = 94+151+206=451 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.84% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E97CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E97CE is #A16831. Grayscale: #8B8B8B. Windows color (decimal): -10577970 or 13539166. OLE color: 13539166.

HSL color Cylindrical-coordinate representation of color #5E97CE: hue angle of 209.46º 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 #5E97CE is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 151 206 -
CMYK 0.54 0.27 0 0.19
HSL 209.46º 0.53% 0.59% -
HSV(B) 209.46º 0.54% 0.81% -
XYZ 26.82 28.97 62.57 -
YUV 140.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 94 151 206 0.54 0.27 0 0.19 209.46 0.53 0.59
Hex 5E 97 CE 36 1B 0 13 D1 35 3B
Octal 136 227 316 66 33 0 23 321 65 73
Binary 1011110 10010111 11001110 110110 11011 0 10011 11010001 110101 111011

Color Harmonies of #5E97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E97CE

Black with #5E97CE

Text Example


Text Example

White with #5E97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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