#5871b4

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

Shades of Chetwode Blue #5871B4

Tints of Chetwode Blue #5871B4

Color information

#5871B4 (or 0x5871B4) is unknown color: approx Chetwode Blue. HEX triplet: 58, 71 and B4. RGB value is (88,113,180). Sum of RGB (Red+Green+Blue) = 88+113+180=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #5871B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5871B4 is #A78E4B. Grayscale: #707070. Windows color (decimal): -10980940 or 11825496. OLE color: 11825496.

HSL color Cylindrical-coordinate representation of color #5871B4: hue angle of 223.7º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5871B4 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB88113180-
CMYK0.510.3700.29
HSL223.7º38.02%52.55%-
HSV(B)223.7º51.11%70.59%-
XYZ18.1717.1845.54-
YUV113.16165.72110.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=23.10%
G=29.66%
B=47.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881131800.510.3700.29223.738.0252.55
Hex5871B4332501De02635
Octal13016126463450353404665
Binary101100011100011011010011001110010101110111100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5871b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5871b4; }

 p { color: rgb(88,113,180); }

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

<style>
 a { background-color: #5871b4; }

 a { background-color: rgb(88,113,180); }

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

<style>
 span { border-color: #5871b4; }

 span { border-color: rgb(88,113,180); }

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