#536EBE

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

Shades of Chetwode Blue #536EBE

Tints of Chetwode Blue #536EBE

Color information

#536EBE (or 0x536EBE) is unknown color: approx Chetwode Blue. HEX triplet: 53, 6E and BE. RGB value is (83,110,190). Sum of RGB (Red+Green+Blue) = 83+110+190=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #536EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EBE is #AC9141. Grayscale: #6E6E6E. Windows color (decimal): -11309378 or 12480083. OLE color: 12480083.

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

Color convert

RGB83110190-
CMYK0.560.4200.25
HSL224.86º45.15%53.53%-
HSV(B)224.86º56.32%74.51%-
XYZ18.4416.7150.97-
YUV111.05172.55108-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=21.67%
G=28.72%
B=49.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831101900.560.4200.25224.8645.1553.53
Hex536EBE382A019e12d36
Octal12315627670520313415566
Binary101001111011101011111011100010101001100111100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,190); }

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

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

 a { background-color: rgb(83,110,190); }

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

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

 span { border-color: rgb(83,110,190); }

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