Html Css Color HEX #5E74BF Chetwode Blue

📋 copy color: '#5E74BF'

red 94 ◦ green 116 ◦ blue 191

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

Shades of Chetwode Blue #5E74BF

Tints of Chetwode Blue #5E74BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 23.44%
G = 28.93%
B = 47.63%

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

#5E74BF (or 0x5E74BF) is known color: Chetwode Blue. HEX triplet: 5E, 74 and BF. RGB value is (94,116,191). Sum of RGB (Red+Green+Blue) = 94+116+191=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E74BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E74BF is #A18B40. Grayscale: #757575. Windows color (decimal): -10586945 or 12547166. OLE color: 12547166.

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

Color convert

RGB 94 116 191 -
CMYK 0.51 0.39 0 0.25
HSL 226.39º 0.43% 0.56% -
HSV(B) 226.39º 0.51% 0.75% -
XYZ 20.27 18.63 51.82 -
YUV 117.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 94 116 191 0.51 0.39 0 0.25 226.39 0.43 0.56
Hex 5E 74 BF 33 27 0 19 E2 2B 38
Octal 136 164 277 63 47 0 31 342 53 70
Binary 1011110 1110100 10111111 110011 100111 0 11001 11100010 101011 111000

Color Harmonies of #5E74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E74BF

Black with #5E74BF

Text Example


Text Example

White with #5E74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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