Html Css Color HEX #5E9BCD Picton Blue

📋 copy color: '#5E9BCD'

red 94 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #5E9BCD

Tints of Picton Blue #5E9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.14%

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

R = 20.7%
G = 34.14%
B = 45.15%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E9BCD (or 0x5E9BCD) is known color: Picton Blue. HEX triplet: 5E, 9B and CD. RGB value is (94,155,205). Sum of RGB (Red+Green+Blue) = 94+155+205=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E9BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9BCD is #A16432. Grayscale: #8E8E8E. Windows color (decimal): -10576947 or 13474654. OLE color: 13474654.

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

Color convert

RGB 94 155 205 -
CMYK 0.54 0.24 0 0.20
HSL 207.03º 0.53% 0.59% -
HSV(B) 207.03º 0.54% 0.8% -
XYZ 27.36 30.23 62.15 -
YUV 142.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 94 155 205 0.54 0.24 0 0.20 207.03 0.53 0.59
Hex 5E 9B CD 36 18 0 14 CF 35 3B
Octal 136 233 315 66 30 0 24 317 65 73
Binary 1011110 10011011 11001101 110110 11000 0 10100 11001111 110101 111011

Color Harmonies of #5E9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9BCD

Black with #5E9BCD

Text Example


Text Example

White with #5E9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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