#5863BC

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

Shades of Chetwode Blue #5863BC

Tints of Chetwode Blue #5863BC

Color information

#5863BC (or 0x5863BC) is unknown color: approx Chetwode Blue. HEX triplet: 58, 63 and BC. RGB value is (88,99,188). Sum of RGB (Red+Green+Blue) = 88+99+188=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #5863BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5863BC is #A79C43. Grayscale: #696969. Windows color (decimal): -10984516 or 12346200. OLE color: 12346200.

HSL color Cylindrical-coordinate representation of color #5863BC: hue angle of 233.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5863BC is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8899188-
CMYK0.530.4700.26
HSL233.4º42.74%54.12%-
HSV(B)233.4º53.19%73.73%-
XYZ17.5614.6349.47-
YUV105.86174.36115.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=23.47%
G=26.4%
B=50.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88991880.530.4700.26233.442.7454.12
Hex5863BC352F01Ae92b36
Octal13014327465570323515366
Binary101100011000111011110011010110111101101011101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5863BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5863BC; }

 p { color: rgb(88,99,188); }

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

<style>
 a { background-color: #5863BC; }

 a { background-color: rgb(88,99,188); }

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

<style>
 span { border-color: #5863BC; }

 span { border-color: rgb(88,99,188); }

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