Html Css Color HEX #5E95CE Picton Blue

📋 copy color: '#5E95CE'

red 94 ◦ green 149 ◦ blue 206

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

Shades of Picton Blue #5E95CE

Tints of Picton Blue #5E95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

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

R = 20.94%
G = 33.18%
B = 45.88%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E95CE (or 0x5E95CE) is known color: Picton Blue. HEX triplet: 5E, 95 and CE. RGB value is (94,149,206). Sum of RGB (Red+Green+Blue) = 94+149+206=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E95CE is #A16A31. Grayscale: #8A8A8A. Windows color (decimal): -10578482 or 13538654. OLE color: 13538654.

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

Color convert

RGB 94 149 206 -
CMYK 0.54 0.28 0 0.19
HSL 210.54º 0.53% 0.59% -
HSV(B) 210.54º 0.54% 0.81% -
XYZ 26.5 28.33 62.46 -
YUV 139.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 94 149 206 0.54 0.28 0 0.19 210.54 0.53 0.59
Hex 5E 95 CE 36 1C 0 13 D3 35 3B
Octal 136 225 316 66 34 0 23 323 65 73
Binary 1011110 10010101 11001110 110110 11100 0 10011 11010011 110101 111011

Color Harmonies of #5E95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E95CE

Black with #5E95CE

Text Example


Text Example

White with #5E95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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