Html Css Color HEX #5E66BB Chetwode Blue

📋 copy color: '#5E66BB'

red 94 ◦ green 102 ◦ blue 187

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

Shades of Chetwode Blue #5E66BB

Tints of Chetwode Blue #5E66BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

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

R = 24.54%
G = 26.63%
B = 48.83%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E66BB (or 0x5E66BB) is known color: Chetwode Blue. HEX triplet: 5E, 66 and BB. RGB value is (94,102,187). Sum of RGB (Red+Green+Blue) = 94+102+187=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E66BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E66BB is #A19944. Grayscale: #6C6C6C. Windows color (decimal): -10590533 or 12281438. OLE color: 12281438.

HSL color Cylindrical-coordinate representation of color #5E66BB: hue angle of 234.84º 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 #5E66BB is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 102 187 -
CMYK 0.50 0.45 0 0.27
HSL 234.84º 0.41% 0.55% -
HSV(B) 234.84º 0.5% 0.73% -
XYZ 18.34 15.47 49.03 -
YUV 109.3 171.85 117.09 -
System Red Green Blue C M Y K H S L
Decimal 94 102 187 0.50 0.45 0 0.27 234.84 0.41 0.55
Hex 5E 66 BB 32 2D 0 1B EB 29 37
Octal 136 146 273 62 55 0 33 353 51 67
Binary 1011110 1100110 10111011 110010 101101 0 11011 11101011 101001 110111

Color Harmonies of #5E66BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E66BB

Black with #5E66BB

Text Example


Text Example

White with #5E66BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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