#5D6DBD

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

Shades of Chetwode Blue #5D6DBD

Tints of Chetwode Blue #5D6DBD

Color information

#5D6DBD (or 0x5D6DBD) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 6D and BD. RGB value is (93,109,189). Sum of RGB (Red+Green+Blue) = 93+109+189=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D6DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6DBD is #A29242. Grayscale: #717171. Windows color (decimal): -10654275 or 12414301. OLE color: 12414301.

HSL color Cylindrical-coordinate representation of color #5D6DBD: hue angle of 230º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D6DBD is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB93109189-
CMYK0.510.4200.26
HSL230º42.11%55.29%-
HSV(B)230º50.79%74.12%-
XYZ19.1716.9450.4-
YUV113.34170.7113.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.79%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=23.79%
G=27.88%
B=48.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal931091890.510.4200.2623042.1155.29
Hex5D6DBD332A01Ae62a37
Octal13515527563520323465267
Binary101110111011011011110111001110101001101011100110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,109,189); }

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

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

 a { background-color: rgb(93,109,189); }

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

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

 span { border-color: rgb(93,109,189); }

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