Html Css Color HEX #5E6FBE Chetwode Blue

📋 copy color: '#5E6FBE'

red 94 ◦ green 111 ◦ blue 190

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

Shades of Chetwode Blue #5E6FBE

Tints of Chetwode Blue #5E6FBE

RGB

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

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

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

R = 23.8%
G = 28.1%
B = 48.1%

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

#5E6FBE (or 0x5E6FBE) is known color: Chetwode Blue. HEX triplet: 5E, 6F and BE. RGB value is (94,111,190). Sum of RGB (Red+Green+Blue) = 94+111+190=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FBE is #A19041. Grayscale: #727272. Windows color (decimal): -10588226 or 12480350. OLE color: 12480350.

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

Color convert

RGB 94 111 190 -
CMYK 0.51 0.42 0 0.25
HSL 229.38º 0.42% 0.56% -
HSV(B) 229.38º 0.51% 0.75% -
XYZ 19.59 17.47 51.05 -
YUV 114.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 94 111 190 0.51 0.42 0 0.25 229.38 0.42 0.56
Hex 5E 6F BE 33 2A 0 19 E5 2A 38
Octal 136 157 276 63 52 0 31 345 52 70
Binary 1011110 1101111 10111110 110011 101010 0 11001 11100101 101010 111000

Color Harmonies of #5E6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6FBE

Black with #5E6FBE

Text Example


Text Example

White with #5E6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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