#586FB1

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

Shades of Chetwode Blue #586FB1

Tints of Chetwode Blue #586FB1

Color information

#586FB1 (or 0x586FB1) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6F and B1. RGB value is (88,111,177). Sum of RGB (Red+Green+Blue) = 88+111+177=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #586FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586FB1 is #A7904E. Grayscale: #6F6F6F. Windows color (decimal): -10981455 or 11628376. OLE color: 11628376.

HSL color Cylindrical-coordinate representation of color #586FB1: hue angle of 224.49º 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 #586FB1 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88111177-
CMYK0.500.3700.31
HSL224.49º36.33%51.96%-
HSV(B)224.49º50.28%69.41%-
XYZ17.6416.6243.87-
YUV111.65164.88111.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=23.40%
G=29.52%
B=47.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881111770.500.3700.31224.4936.3351.96
Hex586FB1322501Fe02434
Octal13015726162450373404464
Binary101100011011111011000111001010010101111111100000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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