#5B69BB

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

Shades of Chetwode Blue #5B69BB

Tints of Chetwode Blue #5B69BB

Color information

#5B69BB (or 0x5B69BB) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 69 and BB. RGB value is (91,105,187). Sum of RGB (Red+Green+Blue) = 91+105+187=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B69BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B69BB is #A49644. Grayscale: #6D6D6D. Windows color (decimal): -10786373 or 12282203. OLE color: 12282203.

HSL color Cylindrical-coordinate representation of color #5B69BB: hue angle of 231.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B69BB is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB91105187-
CMYK0.510.4400.27
HSL231.25º41.38%54.51%-
HSV(B)231.25º51.34%73.33%-
XYZ18.3415.9249.12-
YUV110.16171.36114.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=23.76%
G=27.42%
B=48.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911051870.510.4400.27231.2541.3854.51
Hex5B69BB332C01Be72937
Octal13315127363540333475167
Binary101101111010011011101111001110110001101111100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,105,187); }

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

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

 a { background-color: rgb(91,105,187); }

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

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

 span { border-color: rgb(91,105,187); }

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