Html Css Color HEX #5E94CD Picton Blue

📋 copy color: '#5E94CD'

red 94 ◦ green 148 ◦ blue 205

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

Shades of Picton Blue #5E94CD

Tints of Picton Blue #5E94CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 21.03%
G = 33.11%
B = 45.86%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E94CD (or 0x5E94CD) is known color: Picton Blue. HEX triplet: 5E, 94 and CD. RGB value is (94,148,205). Sum of RGB (Red+Green+Blue) = 94+148+205=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E94CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E94CD is #A16B32. Grayscale: #8A8A8A. Windows color (decimal): -10578739 or 13472862. OLE color: 13472862.

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

Color convert

RGB 94 148 205 -
CMYK 0.54 0.28 0 0.20
HSL 210.81º 0.53% 0.59% -
HSV(B) 210.81º 0.54% 0.8% -
XYZ 26.23 27.97 61.77 -
YUV 138.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 94 148 205 0.54 0.28 0 0.20 210.81 0.53 0.59
Hex 5E 94 CD 36 1C 0 14 D3 35 3B
Octal 136 224 315 66 34 0 24 323 65 73
Binary 1011110 10010100 11001101 110110 11100 0 10100 11010011 110101 111011

Color Harmonies of #5E94CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E94CD

Black with #5E94CD

Text Example


Text Example

White with #5E94CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,148,205); }

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

background-color css

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

 a { background-color: rgb(94,148,205); }

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

border-color css

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

 span { border-color: rgb(94,148,205); }

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