#5A6BB3

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

Shades of Chetwode Blue #5A6BB3

Tints of Chetwode Blue #5A6BB3

Color information

#5A6BB3 (or 0x5A6BB3) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6B and B3. RGB value is (90,107,179). Sum of RGB (Red+Green+Blue) = 90+107+179=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #5A6BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6BB3 is #A5944C. Grayscale: #6D6D6D. Windows color (decimal): -10851405 or 11758426. OLE color: 11758426.

HSL color Cylindrical-coordinate representation of color #5A6BB3: hue angle of 228.54º 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 #5A6BB3 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB90107179-
CMYK0.500.4000.30
HSL228.54º36.93%52.75%-
HSV(B)228.54º49.72%70.2%-
XYZ17.6115.9444.8-
YUV110.12166.87113.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.94%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 179 (70.31% from 255) = 47.61%
R=23.94%
G=28.46%
B=47.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901071790.500.4000.30228.5436.9352.75
Hex5A6BB3322801Ee52535
Octal13215326362500363454565
Binary101101011010111011001111001010100001111011100101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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