Html Css Color HEX #536EC0 Chetwode Blue

📋 copy color: '#536EC0'

red 83 ◦ green 110 ◦ blue 192

#536EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #536EC0

Tints of Chetwode Blue #536EC0

RGB

 RED value IS 83 (32.81% from 255) = 21.56%

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 21.56%
G = 28.57%
B = 49.87%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#536EC0 (or 0x536EC0) is known color: Chetwode Blue. HEX triplet: 53, 6E and C0. RGB value is (83,110,192). Sum of RGB (Red+Green+Blue) = 83+110+192=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #536EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EC0 is #AC913F. Grayscale: #6E6E6E. Windows color (decimal): -11309376 or 12611155. OLE color: 12611155.

HSL color Cylindrical-coordinate representation of color #536EC0: hue angle of 225.14º 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 #536EC0 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 110 192 -
CMYK 0.57 0.43 0 0.25
HSL 225.14º 0.46% 0.54% -
HSV(B) 225.14º 0.57% 0.75% -
XYZ 18.66 16.8 52.13 -
YUV 111.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 83 110 192 0.57 0.43 0 0.25 225.14 0.46 0.54
Hex 53 6E C0 39 2B 0 19 E1 2E 36
Octal 123 156 300 71 53 0 31 341 56 66
Binary 1010011 1101110 11000000 111001 101011 0 11001 11100001 101110 110110

Color Harmonies of #536EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EC0

Black with #536EC0

Text Example


Text Example

White with #536EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #536EC0;
 }
 .AnyTagClassName
 {
   color: #536EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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