Html Css Color HEX #5E73BE Chetwode Blue

📋 copy color: '#5E73BE'

red 94 ◦ green 115 ◦ blue 190

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

Shades of Chetwode Blue #5E73BE

Tints of Chetwode Blue #5E73BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 23.56%
G = 28.82%
B = 47.62%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E73BE (or 0x5E73BE) is known color: Chetwode Blue. HEX triplet: 5E, 73 and BE. RGB value is (94,115,190). Sum of RGB (Red+Green+Blue) = 94+115+190=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E73BE is #A18C41. Grayscale: #747474. Windows color (decimal): -10587202 or 12481374. OLE color: 12481374.

HSL color Cylindrical-coordinate representation of color #5E73BE: hue angle of 226.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E73BE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 115 190 -
CMYK 0.51 0.39 0 0.25
HSL 226.88º 0.42% 0.56% -
HSV(B) 226.88º 0.51% 0.75% -
XYZ 20.04 18.36 51.2 -
YUV 117.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 94 115 190 0.51 0.39 0 0.25 226.88 0.42 0.56
Hex 5E 73 BE 33 27 0 19 E3 2A 38
Octal 136 163 276 63 47 0 31 343 52 70
Binary 1011110 1110011 10111110 110011 100111 0 11001 11100011 101010 111000

Color Harmonies of #5E73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E73BE

Black with #5E73BE

Text Example


Text Example

White with #5E73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,115,190); }

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

background-color css

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

 a { background-color: rgb(94,115,190); }

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

border-color css

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

 span { border-color: rgb(94,115,190); }

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