#5E65AF

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

Shades of Chetwode Blue #5E65AF

Tints of Chetwode Blue #5E65AF

Color information

#5E65AF (or 0x5E65AF) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 65 and AF. RGB value is (94,101,175). Sum of RGB (Red+Green+Blue) = 94+101+175=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E65AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E65AF is #A19A50. Grayscale: #6B6B6B. Windows color (decimal): -10590801 or 11494750. OLE color: 11494750.

HSL color Cylindrical-coordinate representation of color #5E65AF: hue angle of 234.81º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E65AF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB94101175-
CMYK0.460.4200.31
HSL234.81º33.61%52.75%-
HSV(B)234.81º46.29%68.63%-
XYZ17.0114.7842.51-
YUV107.34166.18118.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=25.41%
G=27.30%
B=47.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941011750.460.4200.31234.8133.6152.75
Hex5E65AF2E2A01Feb2235
Octal13614525756520373534265
Binary101111011001011010111110111010101001111111101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,175); }

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

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

 a { background-color: rgb(94,101,175); }

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

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

 span { border-color: rgb(94,101,175); }

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