#5770B8

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

Shades of Chetwode Blue #5770B8

Tints of Chetwode Blue #5770B8

Color information

#5770B8 (or 0x5770B8) is unknown color: approx Chetwode Blue. HEX triplet: 57, 70 and B8. RGB value is (87,112,184). Sum of RGB (Red+Green+Blue) = 87+112+184=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #5770B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770B8 is #A88F47. Grayscale: #707070. Windows color (decimal): -11046728 or 12087383. OLE color: 12087383.

HSL color Cylindrical-coordinate representation of color #5770B8: hue angle of 224.54º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5770B8 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB87112184-
CMYK0.530.3900.28
HSL224.54º40.59%53.14%-
HSV(B)224.54º52.72%72.16%-
XYZ18.3817.0847.67-
YUV112.73168.22109.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.72%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=22.72%
G=29.24%
B=48.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal871121840.530.3900.28224.5440.5953.14
Hex5770B8352701Ce12935
Octal12716027065470343415165
Binary101011111100001011100011010110011101110011100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5770B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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