#586FBF

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

Shades of Chetwode Blue #586FBF

Tints of Chetwode Blue #586FBF

Color information

#586FBF (or 0x586FBF) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6F and BF. RGB value is (88,111,191). Sum of RGB (Red+Green+Blue) = 88+111+191=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #586FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FBF is #A79040. Grayscale: #707070. Windows color (decimal): -10981441 or 12545880. OLE color: 12545880.

HSL color Cylindrical-coordinate representation of color #586FBF: hue angle of 226.6º 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 #586FBF is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88111191-
CMYK0.540.4200.25
HSL226.6º44.59%54.71%-
HSV(B)226.6º53.93%74.9%-
XYZ19.1117.2151.6-
YUV113.24171.88110-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 191 (75% from 255) = 48.97%
R=22.56%
G=28.46%
B=48.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881111910.540.4200.25226.644.5954.71
Hex586FBF362A019e32d37
Octal13015727766520313435567
Binary101100011011111011111111011010101001100111100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586FBF; }

 p { color: rgb(88,111,191); }

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

<style>
 a { background-color: #586FBF; }

 a { background-color: rgb(88,111,191); }

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

<style>
 span { border-color: #586FBF; }

 span { border-color: rgb(88,111,191); }

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