Html Css Color HEX #5E9DCD Picton Blue

📋 copy color: '#5E9DCD'

red 94 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #5E9DCD

Tints of Picton Blue #5E9DCD

RGB

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

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

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

R = 20.61%
G = 34.43%
B = 44.96%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E9DCD (or 0x5E9DCD) is known color: Picton Blue. HEX triplet: 5E, 9D and CD. RGB value is (94,157,205). Sum of RGB (Red+Green+Blue) = 94+157+205=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9DCD is #A16232. Grayscale: #8F8F8F. Windows color (decimal): -10576435 or 13475166. OLE color: 13475166.

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

Color convert

RGB 94 157 205 -
CMYK 0.54 0.23 0 0.20
HSL 205.95º 0.53% 0.59% -
HSV(B) 205.95º 0.54% 0.8% -
XYZ 27.69 30.9 62.26 -
YUV 143.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 94 157 205 0.54 0.23 0 0.20 205.95 0.53 0.59
Hex 5E 9D CD 36 17 0 14 CE 35 3B
Octal 136 235 315 66 27 0 24 316 65 73
Binary 1011110 10011101 11001101 110110 10111 0 10100 11001110 110101 111011

Color Harmonies of #5E9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9DCD

Black with #5E9DCD

Text Example


Text Example

White with #5E9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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