#536AB1

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

Shades of Chetwode Blue #536AB1

Tints of Chetwode Blue #536AB1

Color information

#536AB1 (or 0x536AB1) is unknown color: approx Chetwode Blue. HEX triplet: 53, 6A and B1. RGB value is (83,106,177). Sum of RGB (Red+Green+Blue) = 83+106+177=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #536AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536AB1 is #AC954E. Grayscale: #6A6A6A. Windows color (decimal): -11310415 or 11627091. OLE color: 11627091.

HSL color Cylindrical-coordinate representation of color #536AB1: hue angle of 225.32º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #536AB1 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83106177-
CMYK0.530.4000.31
HSL225.32º37.6%50.98%-
HSV(B)225.32º53.11%69.41%-
XYZ16.6615.3243.67-
YUV107.22167.38110.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 177 (69.53% from 255) = 48.36%
R=22.68%
G=28.96%
B=48.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831061770.530.4000.31225.3237.650.98
Hex536AB1352801Fe12633
Octal12315226165500373414663
Binary101001111010101011000111010110100001111111100001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536AB1; }

 p { color: rgb(83,106,177); }

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

<style>
 a { background-color: #536AB1; }

 a { background-color: rgb(83,106,177); }

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

<style>
 span { border-color: #536AB1; }

 span { border-color: rgb(83,106,177); }

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