#5E64BC

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

Shades of Chetwode Blue #5E64BC

Tints of Chetwode Blue #5E64BC

Color information

#5E64BC (or 0x5E64BC) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 64 and BC. RGB value is (94,100,188). Sum of RGB (Red+Green+Blue) = 94+100+188=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E64BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E64BC is #A19B43. Grayscale: #6B6B6B. Windows color (decimal): -10591044 or 12346462. OLE color: 12346462.

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

Color convert

RGB94100188-
CMYK0.500.4700.26
HSL236.17º41.23%55.29%-
HSV(B)236.17º50%73.73%-
XYZ18.2515.1249.53-
YUV108.24173.01117.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.61%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 188 (73.83% from 255) = 49.21%
R=24.61%
G=26.18%
B=49.21%

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
Decimal941001880.500.4700.26236.1741.2355.29
Hex5E64BC322F01Aec2937
Octal13614427462570323545167
Binary101111011001001011110011001010111101101011101100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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