#5E64BD

Color #5E64BD Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5E64BD

Tints of Chetwode Blue #5E64BD

Color information

#5E64BD (or 0x5E64BD) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 64 and BD. RGB value is (94,100,189). Sum of RGB (Red+Green+Blue) = 94+100+189=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E64BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E64BD is #A19B42. Grayscale: #6B6B6B. Windows color (decimal): -10591043 or 12411998. OLE color: 12411998.

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

Color convert

RGB94100189-
CMYK0.500.4700.26
HSL236.21º41.85%55.49%-
HSV(B)236.21º50.26%74.12%-
XYZ18.3615.1750.1-
YUV108.35173.51117.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.54%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=24.54%
G=26.11%
B=49.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941001890.500.4700.26236.2141.8555.49
Hex5E64BD322F01Aec2a37
Octal13614427562570323545267
Binary101111011001001011110111001010111101101011101100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E64BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E64BD;
 }
 .AnyTagClassName
 {
   color: #5E64BD;
 }
</style>
background-color css

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

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

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

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

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

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