#5767bf

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

Shades of Chetwode Blue #5767BF

Tints of Chetwode Blue #5767BF

Color information

#5767BF (or 0x5767BF) is unknown color: approx Chetwode Blue. HEX triplet: 57, 67 and BF. RGB value is (87,103,191). Sum of RGB (Red+Green+Blue) = 87+103+191=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #5767BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767BF is #A89840. Grayscale: #6B6B6B. Windows color (decimal): -11049025 or 12543831. OLE color: 12543831.

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

Color convert

RGB87103191-
CMYK0.540.4600.25
HSL230.77º44.83%54.51%-
HSV(B)230.77º54.45%74.9%-
XYZ18.1815.4951.32-
YUV108.25174.7112.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 191 (75% from 255) = 50.13%
R=22.83%
G=27.03%
B=50.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871031910.540.4600.25230.7744.8354.51
Hex5767BF362E019e72d37
Octal12714727766560313475567
Binary101011111001111011111111011010111001100111100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5767bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5767bf; }

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

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

<style>
 a { background-color: #5767bf; }

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

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

<style>
 span { border-color: #5767bf; }

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

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