#5D69AB

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

Shades of Chetwode Blue #5D69AB

Tints of Chetwode Blue #5D69AB

Color information

#5D69AB (or 0x5D69AB) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 69 and AB. RGB value is (93,105,171). Sum of RGB (Red+Green+Blue) = 93+105+171=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D69AB is #A29654. Grayscale: #6C6C6C. Windows color (decimal): -10655317 or 11233629. OLE color: 11233629.

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

Color convert

RGB93105171-
CMYK0.460.3900.33
HSL230.77º31.71%51.76%-
HSV(B)230.77º45.61%67.06%-
XYZ16.9215.3740.6-
YUV108.94163.02116.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.20%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=25.20%
G=28.46%
B=46.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931051710.460.3900.33230.7731.7151.76
Hex5D69AB2E27021e72034
Octal13515125356470413474064
Binary1011101110100110101011101110100111010000111100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,105,171); }

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

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

 a { background-color: rgb(93,105,171); }

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

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

 span { border-color: rgb(93,105,171); }

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