Html Css Color HEX #5E6FBC Chetwode Blue

📋 copy color: '#5E6FBC'

red 94 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #5E6FBC

Tints of Chetwode Blue #5E6FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 23.92%
G = 28.24%
B = 47.84%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E6FBC (or 0x5E6FBC) is known color: Chetwode Blue. HEX triplet: 5E, 6F and BC. RGB value is (94,111,188). Sum of RGB (Red+Green+Blue) = 94+111+188=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E6FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FBC is #A19043. Grayscale: #727272. Windows color (decimal): -10588228 or 12349278. OLE color: 12349278.

HSL color Cylindrical-coordinate representation of color #5E6FBC: hue angle of 229.15º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E6FBC is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 111 188 -
CMYK 0.50 0.41 0 0.26
HSL 229.15º 0.41% 0.55% -
HSV(B) 229.15º 0.5% 0.74% -
XYZ 19.38 17.38 49.91 -
YUV 114.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 94 111 188 0.50 0.41 0 0.26 229.15 0.41 0.55
Hex 5E 6F BC 32 29 0 1A E5 29 37
Octal 136 157 274 62 51 0 32 345 51 67
Binary 1011110 1101111 10111100 110010 101001 0 11010 11100101 101001 110111

Color Harmonies of #5E6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6FBC

Black with #5E6FBC

Text Example


Text Example

White with #5E6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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