Html Css Color HEX #536DC5 Chetwode Blue

📋 copy color: '#536DC5'

red 83 ◦ green 109 ◦ blue 197

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

Shades of Chetwode Blue #536DC5

Tints of Chetwode Blue #536DC5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.02%

 BLUE value IS 197 (77.34% from 255) = 50.64%

R = 21.34%
G = 28.02%
B = 50.64%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#536DC5 (or 0x536DC5) is known color: Chetwode Blue. HEX triplet: 53, 6D and C5. RGB value is (83,109,197). Sum of RGB (Red+Green+Blue) = 83+109+197=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #536DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DC5 is #AC923A. Grayscale: #6E6E6E. Windows color (decimal): -11309627 or 12938579. OLE color: 12938579.

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

Color convert

RGB 83 109 197 -
CMYK 0.58 0.45 0 0.23
HSL 226.32º 0.5% 0.55% -
HSV(B) 226.32º 0.58% 0.77% -
XYZ 19.11 16.81 55.06 -
YUV 111.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 83 109 197 0.58 0.45 0 0.23 226.32 0.5 0.55
Hex 53 6D C5 3A 2D 0 17 E2 32 37
Octal 123 155 305 72 55 0 27 342 62 67
Binary 1010011 1101101 11000101 111010 101101 0 10111 11100010 110010 110111

Color Harmonies of #536DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DC5

Black with #536DC5

Text Example


Text Example

White with #536DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,109,197); }

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

background-color css

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

 a { background-color: rgb(83,109,197); }

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

border-color css

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

 span { border-color: rgb(83,109,197); }

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