#536CC1

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

Shades of Chetwode Blue #536CC1

Tints of Chetwode Blue #536CC1

Color information

#536CC1 (or 0x536CC1) is unknown color: approx Chetwode Blue. HEX triplet: 53, 6C and C1. RGB value is (83,108,193). Sum of RGB (Red+Green+Blue) = 83+108+193=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #536CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CC1 is #AC933E. Grayscale: #6D6D6D. Windows color (decimal): -11309887 or 12676179. OLE color: 12676179.

HSL color Cylindrical-coordinate representation of color #536CC1: hue angle of 226.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #536CC1 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB83108193-
CMYK0.570.4400.24
HSL226.36º47.01%54.12%-
HSV(B)226.36º56.99%75.69%-
XYZ18.5616.4152.64-
YUV110.22174.72108.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=21.61%
G=28.12%
B=50.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831081930.570.4400.24226.3647.0154.12
Hex536CC1392C018e22f36
Octal12315430171540303425766
Binary101001111011001100000111100110110001100011100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,193); }

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

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

 a { background-color: rgb(83,108,193); }

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

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

 span { border-color: rgb(83,108,193); }

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