#5A6FAB

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

Shades of Chetwode Blue #5A6FAB

Tints of Chetwode Blue #5A6FAB

Color information

#5A6FAB (or 0x5A6FAB) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6F and AB. RGB value is (90,111,171). Sum of RGB (Red+Green+Blue) = 90+111+171=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6FAB is #A59054. Grayscale: #6F6F6F. Windows color (decimal): -10850389 or 11235162. OLE color: 11235162.

HSL color Cylindrical-coordinate representation of color #5A6FAB: hue angle of 224.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A6FAB is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90111171-
CMYK0.470.3500.33
HSL224.44º32.53%51.18%-
HSV(B)224.44º47.37%67.06%-
XYZ17.2516.4840.8-
YUV111.56161.54112.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.19%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=24.19%
G=29.84%
B=45.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901111710.470.3500.33224.4432.5351.18
Hex5A6FAB2F23021e02133
Octal13215725357430413404163
Binary1011010110111110101011101111100011010000111100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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