Html Css Color HEX #5E66BC Chetwode Blue

📋 copy color: '#5E66BC'

red 94 ◦ green 102 ◦ blue 188

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

Shades of Chetwode Blue #5E66BC

Tints of Chetwode Blue #5E66BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 24.48%
G = 26.56%
B = 48.96%

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

#5E66BC (or 0x5E66BC) is known color: Chetwode Blue. HEX triplet: 5E, 66 and BC. RGB value is (94,102,188). Sum of RGB (Red+Green+Blue) = 94+102+188=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E66BC is #A19943. Grayscale: #6D6D6D. Windows color (decimal): -10590532 or 12346974. OLE color: 12346974.

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

Color convert

RGB 94 102 188 -
CMYK 0.50 0.46 0 0.26
HSL 234.89º 0.41% 0.55% -
HSV(B) 234.89º 0.5% 0.74% -
XYZ 18.44 15.51 49.6 -
YUV 109.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 94 102 188 0.50 0.46 0 0.26 234.89 0.41 0.55
Hex 5E 66 BC 32 2E 0 1A EB 29 37
Octal 136 146 274 62 56 0 32 353 51 67
Binary 1011110 1100110 10111100 110010 101110 0 11010 11101011 101001 110111

Color Harmonies of #5E66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E66BC

Black with #5E66BC

Text Example


Text Example

White with #5E66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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