#5A6CBA

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

Shades of Chetwode Blue #5A6CBA

Tints of Chetwode Blue #5A6CBA

Color information

#5A6CBA (or 0x5A6CBA) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6C and BA. RGB value is (90,108,186). Sum of RGB (Red+Green+Blue) = 90+108+186=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6CBA is #A59345. Grayscale: #6F6F6F. Windows color (decimal): -10851142 or 12217434. OLE color: 12217434.

HSL color Cylindrical-coordinate representation of color #5A6CBA: hue angle of 228.75º 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 #5A6CBA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90108186-
CMYK0.520.4200.27
HSL228.75º41.03%54.12%-
HSV(B)228.75º51.61%72.94%-
XYZ18.4416.4448.66-
YUV111.51170.04112.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.44%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=23.44%
G=28.12%
B=48.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901081860.520.4200.27228.7541.0354.12
Hex5A6CBA342A01Be52936
Octal13215427264520333455166
Binary101101011011001011101011010010101001101111100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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