#5762BE

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

Shades of Chetwode Blue #5762BE

Tints of Chetwode Blue #5762BE

Color information

#5762BE (or 0x5762BE) is unknown color: approx Chetwode Blue. HEX triplet: 57, 62 and BE. RGB value is (87,98,190). Sum of RGB (Red+Green+Blue) = 87+98+190=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5762BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5762BE is #A89D41. Grayscale: #686868. Windows color (decimal): -11050306 or 12477015. OLE color: 12477015.

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

Color convert

RGB8798190-
CMYK0.540.4800.25
HSL233.59º44.21%54.31%-
HSV(B)233.59º54.21%74.51%-
XYZ17.5914.4850.58-
YUV105.2175.86115.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=23.2%
G=26.13%
B=50.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87981900.540.4800.25233.5944.2154.31
Hex5762BE3630019ea2c36
Octal12714227666600313525466
Binary101011111000101011111011011011000001100111101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5762BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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