Html Css Color HEX #536DBC Chetwode Blue

📋 copy color: '#536DBC'

red 83 ◦ green 109 ◦ blue 188

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

Shades of Chetwode Blue #536DBC

Tints of Chetwode Blue #536DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 21.84%
G = 28.68%
B = 49.47%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#536DBC (or 0x536DBC) is known color: Chetwode Blue. HEX triplet: 53, 6D and BC. RGB value is (83,109,188). Sum of RGB (Red+Green+Blue) = 83+109+188=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #536DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DBC is #AC9243. Grayscale: #6D6D6D. Windows color (decimal): -11309636 or 12348755. OLE color: 12348755.

HSL color Cylindrical-coordinate representation of color #536DBC: hue angle of 225.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #536DBC is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 109 188 -
CMYK 0.56 0.42 0 0.26
HSL 225.14º 0.44% 0.53% -
HSV(B) 225.14º 0.56% 0.74% -
XYZ 18.11 16.41 49.79 -
YUV 110.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 83 109 188 0.56 0.42 0 0.26 225.14 0.44 0.53
Hex 53 6D BC 38 2A 0 1A E1 2C 35
Octal 123 155 274 70 52 0 32 341 54 65
Binary 1010011 1101101 10111100 111000 101010 0 11010 11100001 101100 110101

Color Harmonies of #536DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DBC

Black with #536DBC

Text Example


Text Example

White with #536DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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