Html Css Color HEX #536BC0 Chetwode Blue

📋 copy color: '#536BC0'

red 83 ◦ green 107 ◦ blue 192

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

Shades of Chetwode Blue #536BC0

Tints of Chetwode Blue #536BC0

RGB

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

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

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

R = 21.73%
G = 28.01%
B = 50.26%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#536BC0 (or 0x536BC0) is known color: Chetwode Blue. HEX triplet: 53, 6B and C0. RGB value is (83,107,192). Sum of RGB (Red+Green+Blue) = 83+107+192=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #536BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BC0 is #AC943F. Grayscale: #6D6D6D. Windows color (decimal): -11310144 or 12610387. OLE color: 12610387.

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

Color convert

RGB 83 107 192 -
CMYK 0.57 0.44 0 0.25
HSL 226.79º 0.46% 0.54% -
HSV(B) 226.79º 0.57% 0.75% -
XYZ 18.34 16.16 52.02 -
YUV 109.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 83 107 192 0.57 0.44 0 0.25 226.79 0.46 0.54
Hex 53 6B C0 39 2C 0 19 E3 2E 36
Octal 123 153 300 71 54 0 31 343 56 66
Binary 1010011 1101011 11000000 111001 101100 0 11001 11100011 101110 110110

Color Harmonies of #536BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BC0

Black with #536BC0

Text Example


Text Example

White with #536BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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