#5D6FAD

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

Shades of Chetwode Blue #5D6FAD

Tints of Chetwode Blue #5D6FAD

Color information

#5D6FAD (or 0x5D6FAD) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 6F and AD. RGB value is (93,111,173). Sum of RGB (Red+Green+Blue) = 93+111+173=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D6FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6FAD is #A29052. Grayscale: #707070. Windows color (decimal): -10653779 or 11366237. OLE color: 11366237.

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

Color convert

RGB93111173-
CMYK0.460.3600.32
HSL226.5º32.79%52.16%-
HSV(B)226.5º46.24%67.84%-
XYZ17.7416.7141.83-
YUV112.69162.04113.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.67%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=24.67%
G=29.44%
B=45.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931111730.460.3600.32226.532.7952.16
Hex5D6FAD2E24020e22134
Octal13515725556440403424164
Binary1011101110111110101101101110100100010000011100010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,111,173); }

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

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

 a { background-color: rgb(93,111,173); }

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

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

 span { border-color: rgb(93,111,173); }

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