#5A68BA

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

Shades of Chetwode Blue #5A68BA

Tints of Chetwode Blue #5A68BA

Color information

#5A68BA (or 0x5A68BA) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 68 and BA. RGB value is (90,104,186). Sum of RGB (Red+Green+Blue) = 90+104+186=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A68BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A68BA is #A59745. Grayscale: #6C6C6C. Windows color (decimal): -10852166 or 12216410. OLE color: 12216410.

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

Color convert

RGB90104186-
CMYK0.520.4400.27
HSL231.25º41.03%54.12%-
HSV(B)231.25º51.61%72.94%-
XYZ18.0315.6248.52-
YUV109.16171.36114.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.68%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=23.68%
G=27.37%
B=48.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901041860.520.4400.27231.2541.0354.12
Hex5A68BA342C01Be72936
Octal13215027264540333475166
Binary101101011010001011101011010010110001101111100111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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