#5862BE

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

Shades of Chetwode Blue #5862BE

Tints of Chetwode Blue #5862BE

Color information

#5862BE (or 0x5862BE) is unknown color: approx Chetwode Blue. HEX triplet: 58, 62 and BE. RGB value is (88,98,190). Sum of RGB (Red+Green+Blue) = 88+98+190=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #5862BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5862BE is #A79D41. Grayscale: #696969. Windows color (decimal): -10984770 or 12477016. OLE color: 12477016.

HSL color Cylindrical-coordinate representation of color #5862BE: hue angle of 234.12º degrees, saturation: 0.44, 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 #5862BE is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8898190-
CMYK0.540.4800.25
HSL234.12º43.97%54.51%-
HSV(B)234.12º53.68%74.51%-
XYZ17.6914.5350.59-
YUV105.5175.69115.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=23.40%
G=26.06%
B=50.53%

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
Decimal88981900.540.4800.25234.1243.9754.51
Hex5862BE3630019ea2c37
Octal13014227666600313525467
Binary101100011000101011111011011011000001100111101010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5862BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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