#5C70B1

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

Shades of Chetwode Blue #5C70B1

Tints of Chetwode Blue #5C70B1

Color information

#5C70B1 (or 0x5C70B1) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 70 and B1. RGB value is (92,112,177). Sum of RGB (Red+Green+Blue) = 92+112+177=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #5C70B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C70B1 is #A38F4E. Grayscale: #717171. Windows color (decimal): -10719055 or 11628636. OLE color: 11628636.

HSL color Cylindrical-coordinate representation of color #5C70B1: hue angle of 225.88º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C70B1 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92112177-
CMYK0.480.3700.31
HSL225.88º35.27%52.75%-
HSV(B)225.88º48.02%69.41%-
XYZ18.1417.0443.93-
YUV113.43163.87112.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.15%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=24.15%
G=29.40%
B=46.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921121770.480.3700.31225.8835.2752.75
Hex5C70B1302501Fe22335
Octal13416026160450373424365
Binary101110011100001011000111000010010101111111100010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C70B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C70B1; }

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

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

<style>
 a { background-color: #5C70B1; }

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

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

<style>
 span { border-color: #5C70B1; }

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

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