#536ABF

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

Shades of Chetwode Blue #536ABF

Tints of Chetwode Blue #536ABF

Color information

#536ABF (or 0x536ABF) is unknown color: approx Chetwode Blue. HEX triplet: 53, 6A and BF. RGB value is (83,106,191). Sum of RGB (Red+Green+Blue) = 83+106+191=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #536ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ABF is #AC9540. Grayscale: #6C6C6C. Windows color (decimal): -11310401 or 12544595. OLE color: 12544595.

HSL color Cylindrical-coordinate representation of color #536ABF: hue angle of 227.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #536ABF is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83106191-
CMYK0.570.4500.25
HSL227.22º45.76%53.73%-
HSV(B)227.22º56.54%74.9%-
XYZ18.1315.9151.41-
YUV108.81174.38109.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 191 (75% from 255) = 50.26%
R=21.84%
G=27.89%
B=50.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831061910.570.4500.25227.2245.7653.73
Hex536ABF392D019e32e36
Octal12315227771550313435666
Binary101001111010101011111111100110110101100111100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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