#5A71BE

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

Shades of Chetwode Blue #5A71BE

Tints of Chetwode Blue #5A71BE

Color information

#5A71BE (or 0x5A71BE) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 71 and BE. RGB value is (90,113,190). Sum of RGB (Red+Green+Blue) = 90+113+190=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A71BE is #A58E41. Grayscale: #727272. Windows color (decimal): -10849858 or 12480858. OLE color: 12480858.

HSL color Cylindrical-coordinate representation of color #5A71BE: hue angle of 226.2º degrees, saturation: 0.43, 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 #5A71BE is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90113190-
CMYK0.530.4100.25
HSL226.2º43.48%54.9%-
HSV(B)226.2º52.63%74.51%-
XYZ19.4217.751.11-
YUV114.9170.38110.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.90%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=22.90%
G=28.75%
B=48.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901131900.530.4100.25226.243.4854.9
Hex5A71BE3529019e22b37
Octal13216127665510313425367
Binary101101011100011011111011010110100101100111100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,113,190); }

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

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

 a { background-color: rgb(90,113,190); }

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

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

 span { border-color: rgb(90,113,190); }

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