#5A68AB

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

Shades of Chetwode Blue #5A68AB

Tints of Chetwode Blue #5A68AB

Color information

#5A68AB (or 0x5A68AB) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 68 and AB. RGB value is (90,104,171). Sum of RGB (Red+Green+Blue) = 90+104+171=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A68AB is #A59754. Grayscale: #6B6B6B. Windows color (decimal): -10852181 or 11233370. OLE color: 11233370.

HSL color Cylindrical-coordinate representation of color #5A68AB: hue angle of 229.63º degrees, saturation: 0.33, 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 #5A68AB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90104171-
CMYK0.470.3900.33
HSL229.63º32.53%51.18%-
HSV(B)229.63º47.37%67.06%-
XYZ16.5215.0140.56-
YUV107.45163.86115.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=24.66%
G=28.49%
B=46.85%

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
Decimal901041710.470.3900.33229.6332.5351.18
Hex5A68AB2F27021e62133
Octal13215025357470413464163
Binary1011010110100010101011101111100111010000111100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,104,171); }

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

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

 a { background-color: rgb(90,104,171); }

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

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

 span { border-color: rgb(90,104,171); }

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