Html Css Color HEX #5E6FBB Chetwode Blue

📋 copy color: '#5E6FBB'

red 94 ◦ green 111 ◦ blue 187

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

Shades of Chetwode Blue #5E6FBB

Tints of Chetwode Blue #5E6FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 23.98%
G = 28.32%
B = 47.7%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E6FBB (or 0x5E6FBB) is known color: Chetwode Blue. HEX triplet: 5E, 6F and BB. RGB value is (94,111,187). Sum of RGB (Red+Green+Blue) = 94+111+187=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E6FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FBB is #A19044. Grayscale: #727272. Windows color (decimal): -10588229 or 12283742. OLE color: 12283742.

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

Color convert

RGB 94 111 187 -
CMYK 0.50 0.41 0 0.27
HSL 229.03º 0.41% 0.55% -
HSV(B) 229.03º 0.5% 0.73% -
XYZ 19.27 17.34 49.34 -
YUV 114.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 94 111 187 0.50 0.41 0 0.27 229.03 0.41 0.55
Hex 5E 6F BB 32 29 0 1B E5 29 37
Octal 136 157 273 62 51 0 33 345 51 67
Binary 1011110 1101111 10111011 110010 101001 0 11011 11100101 101001 110111

Color Harmonies of #5E6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6FBB

Black with #5E6FBB

Text Example


Text Example

White with #5E6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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