#5870BA

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

Shades of Chetwode Blue #5870BA

Tints of Chetwode Blue #5870BA

Color information

#5870BA (or 0x5870BA) is unknown color: approx Chetwode Blue. HEX triplet: 58, 70 and BA. RGB value is (88,112,186). Sum of RGB (Red+Green+Blue) = 88+112+186=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5870BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870BA is #A78F45. Grayscale: #707070. Windows color (decimal): -10981190 or 12218456. OLE color: 12218456.

HSL color Cylindrical-coordinate representation of color #5870BA: hue angle of 225.31º 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 #5870BA is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88112186-
CMYK0.530.4000.27
HSL225.31º41.53%53.73%-
HSV(B)225.31º52.69%72.94%-
XYZ18.6817.2148.79-
YUV113.26169.05109.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.80%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=22.80%
G=29.02%
B=48.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881121860.530.4000.27225.3141.5353.73
Hex5870BA352801Be12a36
Octal13016027265500333415266
Binary101100011100001011101011010110100001101111100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5870BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5870BA; }

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

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

<style>
 a { background-color: #5870BA; }

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

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

<style>
 span { border-color: #5870BA; }

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

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