#586CB1

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

Shades of Chetwode Blue #586CB1

Tints of Chetwode Blue #586CB1

Color information

#586CB1 (or 0x586CB1) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6C and B1. RGB value is (88,108,177). Sum of RGB (Red+Green+Blue) = 88+108+177=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #586CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586CB1 is #A7934E. Grayscale: #6D6D6D. Windows color (decimal): -10982223 or 11627608. OLE color: 11627608.

HSL color Cylindrical-coordinate representation of color #586CB1: hue angle of 226.52º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #586CB1 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88108177-
CMYK0.500.3900.31
HSL226.52º36.33%51.96%-
HSV(B)226.52º50.28%69.41%-
XYZ17.3215.9743.77-
YUV109.89165.87112.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=23.59%
G=28.95%
B=47.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881081770.500.3900.31226.5236.3351.96
Hex586CB1322701Fe32434
Octal13015426162470373434464
Binary101100011011001011000111001010011101111111100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,108,177); }

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

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

 a { background-color: rgb(88,108,177); }

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

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

 span { border-color: rgb(88,108,177); }

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