#5A67AA

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

Shades of Chetwode Blue #5A67AA

Tints of Chetwode Blue #5A67AA

Color information

#5A67AA (or 0x5A67AA) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 67 and AA. RGB value is (90,103,170). Sum of RGB (Red+Green+Blue) = 90+103+170=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A67AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A67AA is #A59855. Grayscale: #6A6A6A. Windows color (decimal): -10852438 or 11167578. OLE color: 11167578.

HSL color Cylindrical-coordinate representation of color #5A67AA: hue angle of 230.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A67AA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90103170-
CMYK0.470.3900.33
HSL230.25º32%50.98%-
HSV(B)230.25º47.06%66.67%-
XYZ16.3214.7840.02-
YUV106.75163.69116.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=24.79%
G=28.37%
B=46.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901031700.470.3900.33230.253250.98
Hex5A67AA2F27021e62033
Octal13214725257470413464063
Binary1011010110011110101010101111100111010000111100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,103,170); }

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

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

 a { background-color: rgb(90,103,170); }

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

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

 span { border-color: rgb(90,103,170); }

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