#5B65AE

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

Shades of Chetwode Blue #5B65AE

Tints of Chetwode Blue #5B65AE

Color information

#5B65AE (or 0x5B65AE) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 65 and AE. RGB value is (91,101,174). Sum of RGB (Red+Green+Blue) = 91+101+174=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B65AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B65AE is #A49A51. Grayscale: #6A6A6A. Windows color (decimal): -10787410 or 11429211. OLE color: 11429211.

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

Color convert

RGB91101174-
CMYK0.480.4200.32
HSL232.77º33.88%51.96%-
HSV(B)232.77º47.7%68.24%-
XYZ16.6114.5941.98-
YUV106.33166.19117.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.86%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=24.86%
G=27.60%
B=47.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911011740.480.4200.32232.7733.8851.96
Hex5B65AE302A020e92234
Octal13314525660520403514264
Binary1011011110010110101110110000101010010000011101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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