#536EB4

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

Shades of Chetwode Blue #536EB4

Tints of Chetwode Blue #536EB4

Color information

#536EB4 (or 0x536EB4) is unknown color: approx Chetwode Blue. HEX triplet: 53, 6E and B4. RGB value is (83,110,180). Sum of RGB (Red+Green+Blue) = 83+110+180=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #536EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EB4 is #AC914B. Grayscale: #6D6D6D. Windows color (decimal): -11309388 or 11824723. OLE color: 11824723.

HSL color Cylindrical-coordinate representation of color #536EB4: hue angle of 223.3º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #536EB4 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB83110180-
CMYK0.540.3900.29
HSL223.3º39.27%51.57%-
HSV(B)223.3º53.89%70.59%-
XYZ17.3816.2945.41-
YUV109.91167.55108.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=22.25%
G=29.49%
B=48.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831101800.540.3900.29223.339.2751.57
Hex536EB4362701Ddf2734
Octal12315626466470353374764
Binary101001111011101011010011011010011101110111011111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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