#5D71AA

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

Shades of Chetwode Blue #5D71AA

Tints of Chetwode Blue #5D71AA

Color information

#5D71AA (or 0x5D71AA) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 71 and AA. RGB value is (93,113,170). Sum of RGB (Red+Green+Blue) = 93+113+170=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D71AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D71AA is #A28E55. Grayscale: #717171. Windows color (decimal): -10653270 or 11170141. OLE color: 11170141.

HSL color Cylindrical-coordinate representation of color #5D71AA: hue angle of 224.42º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D71AA is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB93113170-
CMYK0.450.3400.33
HSL224.42º31.17%51.57%-
HSV(B)224.42º45.29%66.67%-
XYZ17.6817.0440.39-
YUV113.52159.87113.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.73%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=24.73%
G=30.05%
B=45.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931131700.450.3400.33224.4231.1751.57
Hex5D71AA2D22021e01f34
Octal13516125255420413403764
Binary101110111100011010101010110110001001000011110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,113,170); }

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

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

 a { background-color: rgb(93,113,170); }

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

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

 span { border-color: rgb(93,113,170); }

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