#5D6EBD

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

Shades of Chetwode Blue #5D6EBD

Tints of Chetwode Blue #5D6EBD

Color information

#5D6EBD (or 0x5D6EBD) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 6E and BD. RGB value is (93,110,189). Sum of RGB (Red+Green+Blue) = 93+110+189=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6EBD is #A29142. Grayscale: #717171. Windows color (decimal): -10654019 or 12414557. OLE color: 12414557.

HSL color Cylindrical-coordinate representation of color #5D6EBD: hue angle of 229.38º 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 #5D6EBD is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB93110189-
CMYK0.510.4200.26
HSL229.38º42.11%55.29%-
HSV(B)229.38º50.79%74.12%-
XYZ19.2817.1550.44-
YUV113.92170.37113.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.72%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 189 (74.22% from 255) = 48.21%
R=23.72%
G=28.06%
B=48.21%

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
Decimal931101890.510.4200.26229.3842.1155.29
Hex5D6EBD332A01Ae52a37
Octal13515627563520323455267
Binary101110111011101011110111001110101001101011100101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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