#5D68AF

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

Shades of Chetwode Blue #5D68AF

Tints of Chetwode Blue #5D68AF

Color information

#5D68AF (or 0x5D68AF) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 68 and AF. RGB value is (93,104,175). Sum of RGB (Red+Green+Blue) = 93+104+175=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D68AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D68AF is #A29750. Grayscale: #6C6C6C. Windows color (decimal): -10655569 or 11495517. OLE color: 11495517.

HSL color Cylindrical-coordinate representation of color #5D68AF: hue angle of 231.95º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D68AF is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB93104175-
CMYK0.470.4100.31
HSL231.95º33.88%52.55%-
HSV(B)231.95º46.86%68.63%-
XYZ17.215.3242.61-
YUV108.8165.36116.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=25%
G=27.96%
B=47.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931041750.470.4100.31231.9533.8852.55
Hex5D68AF2F2901Fe82235
Octal13515025757510373504265
Binary101110111010001010111110111110100101111111101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D68AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,104,175); }

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

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

 a { background-color: rgb(93,104,175); }

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

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

 span { border-color: rgb(93,104,175); }

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