Html Css Color HEX #5E6BBD Chetwode Blue

📋 copy color: '#5E6BBD'

red 94 ◦ green 107 ◦ blue 189

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

Shades of Chetwode Blue #5E6BBD

Tints of Chetwode Blue #5E6BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 24.1%
G = 27.44%
B = 48.46%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E6BBD (or 0x5E6BBD) is known color: Chetwode Blue. HEX triplet: 5E, 6B and BD. RGB value is (94,107,189). Sum of RGB (Red+Green+Blue) = 94+107+189=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E6BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6BBD is #A19442. Grayscale: #707070. Windows color (decimal): -10589251 or 12413790. OLE color: 12413790.

HSL color Cylindrical-coordinate representation of color #5E6BBD: hue angle of 231.79º degrees, saturation: 0.42, 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 #5E6BBD is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 107 189 -
CMYK 0.50 0.43 0 0.26
HSL 231.79º 0.42% 0.55% -
HSV(B) 231.79º 0.5% 0.74% -
XYZ 19.06 16.57 50.34 -
YUV 112.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 94 107 189 0.50 0.43 0 0.26 231.79 0.42 0.55
Hex 5E 6B BD 32 2B 0 1A E8 2A 37
Octal 136 153 275 62 53 0 32 350 52 67
Binary 1011110 1101011 10111101 110010 101011 0 11010 11101000 101010 110111

Color Harmonies of #5E6BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6BBD

Black with #5E6BBD

Text Example


Text Example

White with #5E6BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,107,189); }

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

background-color css

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

 a { background-color: rgb(94,107,189); }

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

border-color css

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

 span { border-color: rgb(94,107,189); }

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