Html Css Color HEX #5E9ECB Picton Blue

📋 copy color: '#5E9ECB'

red 94 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #5E9ECB

Tints of Picton Blue #5E9ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.73%

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 20.66%
G = 34.73%
B = 44.62%

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

#5E9ECB (or 0x5E9ECB) is known color: Picton Blue. HEX triplet: 5E, 9E and CB. RGB value is (94,158,203). Sum of RGB (Red+Green+Blue) = 94+158+203=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E9ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9ECB is #A16134. Grayscale: #8F8F8F. Windows color (decimal): -10576181 or 13344350. OLE color: 13344350.

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

Color convert

RGB 94 158 203 -
CMYK 0.54 0.22 0 0.20
HSL 204.77º 0.51% 0.58% -
HSV(B) 204.77º 0.54% 0.8% -
XYZ 27.62 31.15 61.06 -
YUV 143.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 94 158 203 0.54 0.22 0 0.20 204.77 0.51 0.58
Hex 5E 9E CB 36 16 0 14 CD 33 3A
Octal 136 236 313 66 26 0 24 315 63 72
Binary 1011110 10011110 11001011 110110 10110 0 10100 11001101 110011 111010

Color Harmonies of #5E9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9ECB

Black with #5E9ECB

Text Example


Text Example

White with #5E9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,158,203); }

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

background-color css

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

 a { background-color: rgb(94,158,203); }

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

border-color css

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

 span { border-color: rgb(94,158,203); }

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