#5C70CA

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

Shades of Chetwode Blue #5C70CA

Tints of Chetwode Blue #5C70CA

Color information

#5C70CA (or 0x5C70CA) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 70 and CA. RGB value is (92,112,202). Sum of RGB (Red+Green+Blue) = 92+112+202=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C70CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C70CA is #A38F35. Grayscale: #737373. Windows color (decimal): -10719030 or 13267036. OLE color: 13267036.

HSL color Cylindrical-coordinate representation of color #5C70CA: hue angle of 229.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C70CA is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92112202-
CMYK0.540.4500.21
HSL229.09º50.93%57.65%-
HSV(B)229.09º54.46%79.22%-
XYZ20.8718.1358.28-
YUV116.28176.37110.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.66%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=22.66%
G=27.59%
B=49.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921122020.540.4500.21229.0950.9357.65
Hex5C70CA362D015e5333a
Octal13416031266550253456372
Binary101110011100001100101011011010110101010111100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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