#5B6FC9

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

Shades of Chetwode Blue #5B6FC9

Tints of Chetwode Blue #5B6FC9

Color information

#5B6FC9 (or 0x5B6FC9) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6F and C9. RGB value is (91,111,201). Sum of RGB (Red+Green+Blue) = 91+111+201=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B6FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6FC9 is #A49036. Grayscale: #727272. Windows color (decimal): -10784823 or 13201243. OLE color: 13201243.

HSL color Cylindrical-coordinate representation of color #5B6FC9: hue angle of 229.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B6FC9 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB91111201-
CMYK0.550.4500.21
HSL229.09º50.46%57.25%-
HSV(B)229.09º54.73%78.82%-
XYZ20.5417.8157.61-
YUV115.28176.37110.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.58%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 201 (78.91% from 255) = 49.88%
R=22.58%
G=27.54%
B=49.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal911112010.550.4500.21229.0950.4657.25
Hex5B6FC9372D015e53239
Octal13315731167550253456271
Binary101101111011111100100111011110110101010111100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,111,201); }

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

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

 a { background-color: rgb(91,111,201); }

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

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

 span { border-color: rgb(91,111,201); }

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