#586BBA

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

Shades of Chetwode Blue #586BBA

Tints of Chetwode Blue #586BBA

Color information

#586BBA (or 0x586BBA) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6B and BA. RGB value is (88,107,186). Sum of RGB (Red+Green+Blue) = 88+107+186=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #586BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BBA is #A79445. Grayscale: #6D6D6D. Windows color (decimal): -10982470 or 12217176. OLE color: 12217176.

HSL color Cylindrical-coordinate representation of color #586BBA: hue angle of 228.37º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #586BBA is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88107186-
CMYK0.530.4200.27
HSL228.37º41.53%53.73%-
HSV(B)228.37º52.69%72.94%-
XYZ18.1516.1448.61-
YUV110.32170.71112.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=23.10%
G=28.08%
B=48.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881071860.530.4200.27228.3741.5353.73
Hex586BBA352A01Be42a36
Octal13015327265520333445266
Binary101100011010111011101011010110101001101111100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,186); }

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

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

 a { background-color: rgb(88,107,186); }

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

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

 span { border-color: rgb(88,107,186); }

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