Html Css Color HEX #5E74BE Chetwode Blue

📋 copy color: '#5E74BE'

red 94 ◦ green 116 ◦ blue 190

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

Shades of Chetwode Blue #5E74BE

Tints of Chetwode Blue #5E74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

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

R = 23.5%
G = 29%
B = 47.5%

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

#5E74BE (or 0x5E74BE) is known color: Chetwode Blue. HEX triplet: 5E, 74 and BE. RGB value is (94,116,190). Sum of RGB (Red+Green+Blue) = 94+116+190=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E74BE is #A18B41. Grayscale: #757575. Windows color (decimal): -10586946 or 12481630. OLE color: 12481630.

HSL color Cylindrical-coordinate representation of color #5E74BE: hue angle of 226.25º 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 #5E74BE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 116 190 -
CMYK 0.51 0.39 0 0.25
HSL 226.25º 0.42% 0.56% -
HSV(B) 226.25º 0.51% 0.75% -
XYZ 20.16 18.59 51.24 -
YUV 117.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 94 116 190 0.51 0.39 0 0.25 226.25 0.42 0.56
Hex 5E 74 BE 33 27 0 19 E2 2A 38
Octal 136 164 276 63 47 0 31 342 52 70
Binary 1011110 1110100 10111110 110011 100111 0 11001 11100010 101010 111000

Color Harmonies of #5E74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E74BE

Black with #5E74BE

Text Example


Text Example

White with #5E74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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