Html Css Color HEX #5E6FBF Chetwode Blue

📋 copy color: '#5E6FBF'

red 94 ◦ green 111 ◦ blue 191

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

Shades of Chetwode Blue #5E6FBF

Tints of Chetwode Blue #5E6FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

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

R = 23.74%
G = 28.03%
B = 48.23%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E6FBF (or 0x5E6FBF) is known color: Chetwode Blue. HEX triplet: 5E, 6F and BF. RGB value is (94,111,191). Sum of RGB (Red+Green+Blue) = 94+111+191=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E6FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FBF is #A19040. Grayscale: #727272. Windows color (decimal): -10588225 or 12545886. OLE color: 12545886.

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

Color convert

RGB 94 111 191 -
CMYK 0.51 0.42 0 0.25
HSL 229.48º 0.43% 0.56% -
HSV(B) 229.48º 0.51% 0.75% -
XYZ 19.7 17.51 51.63 -
YUV 115.04 170.87 113 -
System Red Green Blue C M Y K H S L
Decimal 94 111 191 0.51 0.42 0 0.25 229.48 0.43 0.56
Hex 5E 6F BF 33 2A 0 19 E5 2B 38
Octal 136 157 277 63 52 0 31 345 53 70
Binary 1011110 1101111 10111111 110011 101010 0 11001 11100101 101011 111000

Color Harmonies of #5E6FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6FBF

Black with #5E6FBF

Text Example


Text Example

White with #5E6FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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