#5B6DCF

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

Shades of Chetwode Blue #5B6DCF

Tints of Chetwode Blue #5B6DCF

Color information

#5B6DCF (or 0x5B6DCF) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6D and CF. RGB value is (91,109,207). Sum of RGB (Red+Green+Blue) = 91+109+207=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B6DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6DCF is #A49230. Grayscale: #727272. Windows color (decimal): -10785329 or 13593947. OLE color: 13593947.

HSL color Cylindrical-coordinate representation of color #5B6DCF: hue angle of 230.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B6DCF is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB91109207-
CMYK0.560.4700.19
HSL230.69º54.72%58.43%-
HSV(B)230.69º56.04%81.18%-
XYZ21.0517.6761.33-
YUV114.79180.04111.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.36%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=22.36%
G=26.78%
B=50.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal911092070.560.4700.19230.6954.7258.43
Hex5B6DCF382F013e7373a
Octal13315531770570233476772
Binary101101111011011100111111100010111101001111100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,109,207); }

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

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

 a { background-color: rgb(91,109,207); }

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

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

 span { border-color: rgb(91,109,207); }

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