Html Css Color HEX #536DBB Chetwode Blue

📋 copy color: '#536DBB'

red 83 ◦ green 109 ◦ blue 187

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

Shades of Chetwode Blue #536DBB

Tints of Chetwode Blue #536DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 21.9%
G = 28.76%
B = 49.34%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#536DBB (or 0x536DBB) is known color: Chetwode Blue. HEX triplet: 53, 6D and BB. RGB value is (83,109,187). Sum of RGB (Red+Green+Blue) = 83+109+187=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #536DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DBB is #AC9244. Grayscale: #6D6D6D. Windows color (decimal): -11309637 or 12283219. OLE color: 12283219.

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

Color convert

RGB 83 109 187 -
CMYK 0.56 0.42 0 0.27
HSL 225º 0.43% 0.53% -
HSV(B) 225º 0.56% 0.73% -
XYZ 18.01 16.36 49.22 -
YUV 110.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 83 109 187 0.56 0.42 0 0.27 225 0.43 0.53
Hex 53 6D BB 38 2A 0 1B E1 2B 35
Octal 123 155 273 70 52 0 33 341 53 65
Binary 1010011 1101101 10111011 111000 101010 0 11011 11100001 101011 110101

Color Harmonies of #536DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DBB

Black with #536DBB

Text Example


Text Example

White with #536DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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