#5B70C0

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

Shades of Chetwode Blue #5B70C0

Tints of Chetwode Blue #5B70C0

Color information

#5B70C0 (or 0x5B70C0) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 70 and C0. RGB value is (91,112,192). Sum of RGB (Red+Green+Blue) = 91+112+192=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #5B70C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B70C0 is #A48F3F. Grayscale: #727272. Windows color (decimal): -10784576 or 12611675. OLE color: 12611675.

HSL color Cylindrical-coordinate representation of color #5B70C0: hue angle of 227.52º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B70C0 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91112192-
CMYK0.530.4200.25
HSL227.52º44.49%55.49%-
HSV(B)227.52º52.6%75.29%-
XYZ19.6217.6252.24-
YUV114.84171.54111-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.04%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 192 (75.39% from 255) = 48.61%
R=23.04%
G=28.35%
B=48.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911121920.530.4200.25227.5244.4955.49
Hex5B70C0352A019e42c37
Octal13316030065520313445467
Binary101101111100001100000011010110101001100111100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B70C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,112,192); }

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

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

 a { background-color: rgb(91,112,192); }

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

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

 span { border-color: rgb(91,112,192); }

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