#5865BB

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

Shades of Chetwode Blue #5865BB

Tints of Chetwode Blue #5865BB

Color information

#5865BB (or 0x5865BB) is unknown color: approx Chetwode Blue. HEX triplet: 58, 65 and BB. RGB value is (88,101,187). Sum of RGB (Red+Green+Blue) = 88+101+187=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #5865BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865BB is #A79A44. Grayscale: #6A6A6A. Windows color (decimal): -10984005 or 12281176. OLE color: 12281176.

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

Color convert

RGB88101187-
CMYK0.530.4600.27
HSL232.12º42.13%53.92%-
HSV(B)232.12º52.94%73.33%-
XYZ17.6514.9748.97-
YUV106.92173.19114.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=23.40%
G=26.86%
B=49.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881011870.530.4600.27232.1242.1353.92
Hex5865BB352E01Be82a36
Octal13014527365560333505266
Binary101100011001011011101111010110111001101111101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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