#5862BD

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

Shades of Chetwode Blue #5862BD

Tints of Chetwode Blue #5862BD

Color information

#5862BD (or 0x5862BD) is unknown color: approx Chetwode Blue. HEX triplet: 58, 62 and BD. RGB value is (88,98,189). Sum of RGB (Red+Green+Blue) = 88+98+189=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #5862BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5862BD is #A79D42. Grayscale: #696969. Windows color (decimal): -10984771 or 12411480. OLE color: 12411480.

HSL color Cylindrical-coordinate representation of color #5862BD: hue angle of 234.06º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5862BD is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8898189-
CMYK0.530.4800.26
HSL234.06º43.35%54.31%-
HSV(B)234.06º53.44%74.12%-
XYZ17.5814.4850.01-
YUV105.38175.19115.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=23.47%
G=26.13%
B=50.4%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88981890.530.4800.26234.0643.3554.31
Hex5862BD353001Aea2b36
Octal13014227565600323525366
Binary101100011000101011110111010111000001101011101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5862BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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