Html Css Color HEX #5E66BD Chetwode Blue

📋 copy color: '#5E66BD'

red 94 ◦ green 102 ◦ blue 189

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

Shades of Chetwode Blue #5E66BD

Tints of Chetwode Blue #5E66BD

RGB

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

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

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

R = 24.42%
G = 26.49%
B = 49.09%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E66BD (or 0x5E66BD) is known color: Chetwode Blue. HEX triplet: 5E, 66 and BD. RGB value is (94,102,189). Sum of RGB (Red+Green+Blue) = 94+102+189=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E66BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E66BD is #A19942. Grayscale: #6D6D6D. Windows color (decimal): -10590531 or 12412510. OLE color: 12412510.

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

Color convert

RGB 94 102 189 -
CMYK 0.50 0.46 0 0.26
HSL 234.95º 0.42% 0.55% -
HSV(B) 234.95º 0.5% 0.74% -
XYZ 18.55 15.56 50.17 -
YUV 109.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 94 102 189 0.50 0.46 0 0.26 234.95 0.42 0.55
Hex 5E 66 BD 32 2E 0 1A EB 2A 37
Octal 136 146 275 62 56 0 32 353 52 67
Binary 1011110 1100110 10111101 110010 101110 0 11010 11101011 101010 110111

Color Harmonies of #5E66BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E66BD

Black with #5E66BD

Text Example


Text Example

White with #5E66BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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