#5868BB

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

Shades of Chetwode Blue #5868BB

Tints of Chetwode Blue #5868BB

Color information

#5868BB (or 0x5868BB) is unknown color: approx Chetwode Blue. HEX triplet: 58, 68 and BB. RGB value is (88,104,187). Sum of RGB (Red+Green+Blue) = 88+104+187=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #5868BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5868BB is #A79744. Grayscale: #6C6C6C. Windows color (decimal): -10983237 or 12281944. OLE color: 12281944.

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

Color convert

RGB88104187-
CMYK0.530.4400.27
HSL230.3º42.13%53.92%-
HSV(B)230.3º52.94%73.33%-
XYZ17.9415.5649.07-
YUV108.68172.2113.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=23.22%
G=27.44%
B=49.34%

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
Decimal881041870.530.4400.27230.342.1353.92
Hex5868BB352C01Be62a36
Octal13015027365540333465266
Binary101100011010001011101111010110110001101111100110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5868BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5868BB; }

 p { color: rgb(88,104,187); }

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

<style>
 a { background-color: #5868BB; }

 a { background-color: rgb(88,104,187); }

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

<style>
 span { border-color: #5868BB; }

 span { border-color: rgb(88,104,187); }

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