#5770B1

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

Shades of Chetwode Blue #5770B1

Tints of Chetwode Blue #5770B1

Color information

#5770B1 (or 0x5770B1) is unknown color: approx Chetwode Blue. HEX triplet: 57, 70 and B1. RGB value is (87,112,177). Sum of RGB (Red+Green+Blue) = 87+112+177=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #5770B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5770B1 is #A88F4E. Grayscale: #6F6F6F. Windows color (decimal): -11046735 or 11628631. OLE color: 11628631.

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

Color convert

RGB87112177-
CMYK0.510.3700.31
HSL223.33º36.59%51.76%-
HSV(B)223.33º50.85%69.41%-
XYZ17.6616.7943.9-
YUV111.94164.72110.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=23.14%
G=29.79%
B=47.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871121770.510.3700.31223.3336.5951.76
Hex5770B1332501Fdf2534
Octal12716026163450373374564
Binary101011111100001011000111001110010101111111011111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5770B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5770B1; }

 p { color: rgb(87,112,177); }

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

<style>
 a { background-color: #5770B1; }

 a { background-color: rgb(87,112,177); }

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

<style>
 span { border-color: #5770B1; }

 span { border-color: rgb(87,112,177); }

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