Html Css Color HEX #536BC4 Chetwode Blue

📋 copy color: '#536BC4'

red 83 ◦ green 107 ◦ blue 196

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

Shades of Chetwode Blue #536BC4

Tints of Chetwode Blue #536BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 196 (76.95% from 255) = 50.78%

R = 21.5%
G = 27.72%
B = 50.78%

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

#536BC4 (or 0x536BC4) is known color: Chetwode Blue. HEX triplet: 53, 6B and C4. RGB value is (83,107,196). Sum of RGB (Red+Green+Blue) = 83+107+196=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #536BC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BC4 is #AC943B. Grayscale: #6D6D6D. Windows color (decimal): -11310140 or 12872531. OLE color: 12872531.

HSL color Cylindrical-coordinate representation of color #536BC4: hue angle of 227.26º degrees, saturation: 0.49, 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 #536BC4 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 107 196 -
CMYK 0.58 0.45 0 0.23
HSL 227.26º 0.49% 0.55% -
HSV(B) 227.26º 0.58% 0.77% -
XYZ 18.79 16.34 54.39 -
YUV 109.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 83 107 196 0.58 0.45 0 0.23 227.26 0.49 0.55
Hex 53 6B C4 3A 2D 0 17 E3 31 37
Octal 123 153 304 72 55 0 27 343 61 67
Binary 1010011 1101011 11000100 111010 101101 0 10111 11100011 110001 110111

Color Harmonies of #536BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BC4

Black with #536BC4

Text Example


Text Example

White with #536BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,196); }

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

background-color css

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

 a { background-color: rgb(83,107,196); }

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

border-color css

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

 span { border-color: rgb(83,107,196); }

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