#5869BA

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

Shades of Chetwode Blue #5869BA

Tints of Chetwode Blue #5869BA

Color information

#5869BA (or 0x5869BA) is unknown color: approx Chetwode Blue. HEX triplet: 58, 69 and BA. RGB value is (88,105,186). Sum of RGB (Red+Green+Blue) = 88+105+186=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #5869BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5869BA is #A79645. Grayscale: #6C6C6C. Windows color (decimal): -10982982 or 12216664. OLE color: 12216664.

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

Color convert

RGB88105186-
CMYK0.530.4400.27
HSL229.59º41.53%53.73%-
HSV(B)229.59º52.69%72.94%-
XYZ17.9415.7248.54-
YUV109.15171.37112.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=23.22%
G=27.70%
B=49.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881051860.530.4400.27229.5941.5353.73
Hex5869BA352C01Be62a36
Octal13015127265540333465266
Binary101100011010011011101011010110110001101111100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5869BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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