#5A68B3

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

Shades of Chetwode Blue #5A68B3

Tints of Chetwode Blue #5A68B3

Color information

#5A68B3 (or 0x5A68B3) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 68 and B3. RGB value is (90,104,179). Sum of RGB (Red+Green+Blue) = 90+104+179=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #5A68B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A68B3 is #A5974C. Grayscale: #6C6C6C. Windows color (decimal): -10852173 or 11757658. OLE color: 11757658.

HSL color Cylindrical-coordinate representation of color #5A68B3: hue angle of 230.56º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A68B3 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB90104179-
CMYK0.500.4200.30
HSL230.56º36.93%52.75%-
HSV(B)230.56º49.72%70.2%-
XYZ17.315.3344.69-
YUV108.36167.86114.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=24.13%
G=27.88%
B=47.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901041790.500.4200.30230.5636.9352.75
Hex5A68B3322A01Ee72535
Octal13215026362520363474565
Binary101101011010001011001111001010101001111011100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A68B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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