#5762BF

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

Shades of Chetwode Blue #5762BF

Tints of Chetwode Blue #5762BF

Color information

#5762BF (or 0x5762BF) is unknown color: approx Chetwode Blue. HEX triplet: 57, 62 and BF. RGB value is (87,98,191). Sum of RGB (Red+Green+Blue) = 87+98+191=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #5762BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5762BF is #A89D40. Grayscale: #686868. Windows color (decimal): -11050305 or 12542551. OLE color: 12542551.

HSL color Cylindrical-coordinate representation of color #5762BF: hue angle of 233.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5762BF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8798191-
CMYK0.540.4900.25
HSL233.65º44.83%54.51%-
HSV(B)233.65º54.45%74.9%-
XYZ17.714.5251.16-
YUV105.31176.36114.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 191 (75% from 255) = 50.80%
R=23.14%
G=26.06%
B=50.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87981910.540.4900.25233.6544.8354.51
Hex5762BF3631019ea2d37
Octal12714227766610313525567
Binary101011111000101011111111011011000101100111101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5762BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5762BF; }

 p { color: rgb(87,98,191); }

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

<style>
 a { background-color: #5762BF; }

 a { background-color: rgb(87,98,191); }

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

<style>
 span { border-color: #5762BF; }

 span { border-color: rgb(87,98,191); }

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