#5667BF

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

Shades of Chetwode Blue #5667BF

Tints of Chetwode Blue #5667BF

Color information

#5667BF (or 0x5667BF) is unknown color: approx Chetwode Blue. HEX triplet: 56, 67 and BF. RGB value is (86,103,191). Sum of RGB (Red+Green+Blue) = 86+103+191=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #5667BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5667BF is #A99840. Grayscale: #6B6B6B. Windows color (decimal): -11114561 or 12543830. OLE color: 12543830.

HSL color Cylindrical-coordinate representation of color #5667BF: hue angle of 230.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5667BF is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86103191-
CMYK0.550.4600.25
HSL230.29º45.06%54.31%-
HSV(B)230.29º54.97%74.9%-
XYZ18.0915.4451.32-
YUV107.95174.87112.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 191 (75% from 255) = 50.26%
R=22.63%
G=27.11%
B=50.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861031910.550.4600.25230.2945.0654.31
Hex5667BF372E019e62d36
Octal12614727767560313465566
Binary101011011001111011111111011110111001100111100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5667BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5667BF; }

 p { color: rgb(86,103,191); }

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

<style>
 a { background-color: #5667BF; }

 a { background-color: rgb(86,103,191); }

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

<style>
 span { border-color: #5667BF; }

 span { border-color: rgb(86,103,191); }

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