Html Css Color HEX #5E9FCD Picton Blue

📋 copy color: '#5E9FCD'

red 94 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #5E9FCD

Tints of Picton Blue #5E9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.72%

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

R = 20.52%
G = 34.72%
B = 44.76%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E9FCD (or 0x5E9FCD) is known color: Picton Blue. HEX triplet: 5E, 9F and CD. RGB value is (94,159,205). Sum of RGB (Red+Green+Blue) = 94+159+205=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9FCD is #A16032. Grayscale: #909090. Windows color (decimal): -10575923 or 13475678. OLE color: 13475678.

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

Color convert

RGB 94 159 205 -
CMYK 0.54 0.22 0 0.20
HSL 204.86º 0.53% 0.59% -
HSV(B) 204.86º 0.54% 0.8% -
XYZ 28.03 31.58 62.38 -
YUV 144.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 94 159 205 0.54 0.22 0 0.20 204.86 0.53 0.59
Hex 5E 9F CD 36 16 0 14 CD 35 3B
Octal 136 237 315 66 26 0 24 315 65 73
Binary 1011110 10011111 11001101 110110 10110 0 10100 11001101 110101 111011

Color Harmonies of #5E9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9FCD

Black with #5E9FCD

Text Example


Text Example

White with #5E9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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