#5870B3

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

Shades of Chetwode Blue #5870B3

Tints of Chetwode Blue #5870B3

Color information

#5870B3 (or 0x5870B3) is unknown color: approx Chetwode Blue. HEX triplet: 58, 70 and B3. RGB value is (88,112,179). Sum of RGB (Red+Green+Blue) = 88+112+179=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #5870B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5870B3 is #A78F4C. Grayscale: #707070. Windows color (decimal): -10981197 or 11759704. OLE color: 11759704.

HSL color Cylindrical-coordinate representation of color #5870B3: hue angle of 224.18º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5870B3 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB88112179-
CMYK0.510.3700.30
HSL224.18º37.45%52.35%-
HSV(B)224.18º50.84%70.2%-
XYZ17.9616.9244.97-
YUV112.46165.55110.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 179 (70.31% from 255) = 47.23%
R=23.22%
G=29.55%
B=47.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881121790.510.3700.30224.1837.4552.35
Hex5870B3332501Ee02534
Octal13016026363450363404564
Binary101100011100001011001111001110010101111011100000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5870B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5870B3; }

 p { color: rgb(88,112,179); }

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

<style>
 a { background-color: #5870B3; }

 a { background-color: rgb(88,112,179); }

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

<style>
 span { border-color: #5870B3; }

 span { border-color: rgb(88,112,179); }

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