#5767BD

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

Shades of Chetwode Blue #5767BD

Tints of Chetwode Blue #5767BD

Color information

#5767BD (or 0x5767BD) is unknown color: approx Chetwode Blue. HEX triplet: 57, 67 and BD. RGB value is (87,103,189). Sum of RGB (Red+Green+Blue) = 87+103+189=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #5767BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767BD is #A89842. Grayscale: #6B6B6B. Windows color (decimal): -11049027 or 12412759. OLE color: 12412759.

HSL color Cylindrical-coordinate representation of color #5767BD: hue angle of 230.59º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5767BD is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87103189-
CMYK0.540.4600.26
HSL230.59º43.59%54.12%-
HSV(B)230.59º53.97%74.12%-
XYZ17.9715.450.17-
YUV108.02173.7113.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=22.96%
G=27.18%
B=49.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871031890.540.4600.26230.5943.5954.12
Hex5767BD362E01Ae72c36
Octal12714727566560323475466
Binary101011111001111011110111011010111001101011100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5767BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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