#5B71AE

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

Shades of Chetwode Blue #5B71AE

Tints of Chetwode Blue #5B71AE

Color information

#5B71AE (or 0x5B71AE) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 71 and AE. RGB value is (91,113,174). Sum of RGB (Red+Green+Blue) = 91+113+174=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B71AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B71AE is #A48E51. Grayscale: #717171. Windows color (decimal): -10784338 or 11432283. OLE color: 11432283.

HSL color Cylindrical-coordinate representation of color #5B71AE: hue angle of 224.1º 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 #5B71AE is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91113174-
CMYK0.480.3500.32
HSL224.1º33.88%51.96%-
HSV(B)224.1º47.7%68.24%-
XYZ17.8617.0942.4-
YUV113.38162.21112.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=24.07%
G=29.89%
B=46.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911131740.480.3500.32224.133.8851.96
Hex5B71AE3023020e02234
Octal13316125660430403404264
Binary1011011111000110101110110000100011010000011100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B71AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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