#5D6FAB

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

Shades of Chetwode Blue #5D6FAB

Tints of Chetwode Blue #5D6FAB

Color information

#5D6FAB (or 0x5D6FAB) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 6F and AB. RGB value is (93,111,171). Sum of RGB (Red+Green+Blue) = 93+111+171=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6FAB is #A29054. Grayscale: #707070. Windows color (decimal): -10653781 or 11235165. OLE color: 11235165.

HSL color Cylindrical-coordinate representation of color #5D6FAB: hue angle of 226.15º 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 #5D6FAB is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB93111171-
CMYK0.460.3500.33
HSL226.15º31.71%51.76%-
HSV(B)226.15º45.61%67.06%-
XYZ17.5516.6440.81-
YUV112.46161.04114.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.8%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=24.8%
G=29.6%
B=45.6%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931111710.460.3500.33226.1531.7151.76
Hex5D6FAB2E23021e22034
Octal13515725356430413424064
Binary1011101110111110101011101110100011010000111100010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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