#5A6EBA

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

Shades of Chetwode Blue #5A6EBA

Tints of Chetwode Blue #5A6EBA

Color information

#5A6EBA (or 0x5A6EBA) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6E and BA. RGB value is (90,110,186). Sum of RGB (Red+Green+Blue) = 90+110+186=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A6EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6EBA is #A59145. Grayscale: #707070. Windows color (decimal): -10850630 or 12217946. OLE color: 12217946.

HSL color Cylindrical-coordinate representation of color #5A6EBA: hue angle of 227.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A6EBA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90110186-
CMYK0.520.4100.27
HSL227.5º41.03%54.12%-
HSV(B)227.5º51.61%72.94%-
XYZ18.6616.8748.73-
YUV112.68169.37111.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.32%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=23.32%
G=28.50%
B=48.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901101860.520.4100.27227.541.0354.12
Hex5A6EBA342901Be42936
Octal13215627264510333445166
Binary101101011011101011101011010010100101101111100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,110,186); }

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

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

 a { background-color: rgb(90,110,186); }

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

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

 span { border-color: rgb(90,110,186); }

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