#5B6AAF

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

Shades of Chetwode Blue #5B6AAF

Tints of Chetwode Blue #5B6AAF

Color information

#5B6AAF (or 0x5B6AAF) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6A and AF. RGB value is (91,106,175). Sum of RGB (Red+Green+Blue) = 91+106+175=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 106 (41.80% from 255 or 28.49% 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 #5B6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6AAF is #A49550. Grayscale: #6D6D6D. Windows color (decimal): -10786129 or 11496027. OLE color: 11496027.

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

Color convert

RGB91106175-
CMYK0.480.3900.31
HSL229.29º34.43%52.16%-
HSV(B)229.29º48%68.63%-
XYZ17.2115.6342.67-
YUV109.38165.03114.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.46%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=24.46%
G=28.49%
B=47.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911061750.480.3900.31229.2934.4352.16
Hex5B6AAF302701Fe52234
Octal13315225760470373454264
Binary101101111010101010111111000010011101111111100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,175); }

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

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

 a { background-color: rgb(91,106,175); }

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

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

 span { border-color: rgb(91,106,175); }

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