Html Css Color HEX #5E6BCC Chetwode Blue

📋 copy color: '#5E6BCC'

red 94 ◦ green 107 ◦ blue 204

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

Shades of Chetwode Blue #5E6BCC

Tints of Chetwode Blue #5E6BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 23.21%
G = 26.42%
B = 50.37%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E6BCC (or 0x5E6BCC) is known color: Chetwode Blue. HEX triplet: 5E, 6B and CC. RGB value is (94,107,204). Sum of RGB (Red+Green+Blue) = 94+107+204=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E6BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6BCC is #A19433. Grayscale: #717171. Windows color (decimal): -10589236 or 13396830. OLE color: 13396830.

HSL color Cylindrical-coordinate representation of color #5E6BCC: hue angle of 232.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E6BCC is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 107 204 -
CMYK 0.54 0.48 0 0.2
HSL 232.91º 0.52% 0.58% -
HSV(B) 232.91º 0.54% 0.8% -
XYZ 20.77 17.25 59.36 -
YUV 114.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 94 107 204 0.54 0.48 0 0.2 232.91 0.52 0.58
Hex 5E 6B CC 36 30 0 14 E9 34 3A
Octal 136 153 314 66 60 0 24 351 64 72
Binary 1011110 1101011 11001100 110110 110000 0 10100 11101001 110100 111010

Color Harmonies of #5E6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6BCC

Black with #5E6BCC

Text Example


Text Example

White with #5E6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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