#5873BA

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

Shades of Chetwode Blue #5873BA

Tints of Chetwode Blue #5873BA

Color information

#5873BA (or 0x5873BA) is unknown color: approx Chetwode Blue. HEX triplet: 58, 73 and BA. RGB value is (88,115,186). Sum of RGB (Red+Green+Blue) = 88+115+186=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #5873BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5873BA is #A78C45. Grayscale: #727272. Windows color (decimal): -10980422 or 12219224. OLE color: 12219224.

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

Color convert

RGB88115186-
CMYK0.530.3800.27
HSL223.47º41.53%53.73%-
HSV(B)223.47º52.69%72.94%-
XYZ19.0217.8848.9-
YUV115.02168.05108.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=22.62%
G=29.56%
B=47.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881151860.530.3800.27223.4741.5353.73
Hex5873BA352601Bdf2a36
Octal13016327265460333375266
Binary101100011100111011101011010110011001101111011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5873BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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