Html Css Color HEX #536CC6 Chetwode Blue

📋 copy color: '#536CC6'

red 83 ◦ green 108 ◦ blue 198

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

Shades of Chetwode Blue #536CC6

Tints of Chetwode Blue #536CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 21.34%
G = 27.76%
B = 50.9%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#536CC6 (or 0x536CC6) is known color: Chetwode Blue. HEX triplet: 53, 6C and C6. RGB value is (83,108,198). Sum of RGB (Red+Green+Blue) = 83+108+198=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #536CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CC6 is #AC9339. Grayscale: #6E6E6E. Windows color (decimal): -11309882 or 13003859. OLE color: 13003859.

HSL color Cylindrical-coordinate representation of color #536CC6: hue angle of 226.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #536CC6 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 108 198 -
CMYK 0.58 0.45 0 0.22
HSL 226.96º 0.5% 0.55% -
HSV(B) 226.96º 0.58% 0.78% -
XYZ 19.12 16.64 55.63 -
YUV 110.79 177.22 108.18 -
System Red Green Blue C M Y K H S L
Decimal 83 108 198 0.58 0.45 0 0.22 226.96 0.5 0.55
Hex 53 6C C6 3A 2D 0 16 E3 32 37
Octal 123 154 306 72 55 0 26 343 62 67
Binary 1010011 1101100 11000110 111010 101101 0 10110 11100011 110010 110111

Color Harmonies of #536CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CC6

Black with #536CC6

Text Example


Text Example

White with #536CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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