#5D65AE

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

Shades of Chetwode Blue #5D65AE

Tints of Chetwode Blue #5D65AE

Color information

#5D65AE (or 0x5D65AE) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 65 and AE. RGB value is (93,101,174). Sum of RGB (Red+Green+Blue) = 93+101+174=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D65AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D65AE is #A29A51. Grayscale: #6A6A6A. Windows color (decimal): -10656338 or 11429213. OLE color: 11429213.

HSL color Cylindrical-coordinate representation of color #5D65AE: hue angle of 234.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D65AE is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB93101174-
CMYK0.470.4200.32
HSL234.07º33.33%52.35%-
HSV(B)234.07º46.55%68.24%-
XYZ16.8114.6941.99-
YUV106.93165.85118.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.27%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=25.27%
G=27.45%
B=47.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931011740.470.4200.32234.0733.3352.35
Hex5D65AE2F2A020ea2134
Octal13514525657520403524164
Binary1011101110010110101110101111101010010000011101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,101,174); }

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

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

 a { background-color: rgb(93,101,174); }

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

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

 span { border-color: rgb(93,101,174); }

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