Html Css Color HEX #536BBD Chetwode Blue

📋 copy color: '#536BBD'

red 83 ◦ green 107 ◦ blue 189

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

Shades of Chetwode Blue #536BBD

Tints of Chetwode Blue #536BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 21.9%
G = 28.23%
B = 49.87%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#536BBD (or 0x536BBD) is known color: Chetwode Blue. HEX triplet: 53, 6B and BD. RGB value is (83,107,189). Sum of RGB (Red+Green+Blue) = 83+107+189=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #536BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BBD is #AC9442. Grayscale: #6C6C6C. Windows color (decimal): -11310147 or 12413779. OLE color: 12413779.

HSL color Cylindrical-coordinate representation of color #536BBD: hue angle of 226.42º degrees, saturation: 0.45, 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 #536BBD is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 107 189 -
CMYK 0.56 0.43 0 0.26
HSL 226.42º 0.45% 0.53% -
HSV(B) 226.42º 0.56% 0.74% -
XYZ 18.01 16.03 50.29 -
YUV 109.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 83 107 189 0.56 0.43 0 0.26 226.42 0.45 0.53
Hex 53 6B BD 38 2B 0 1A E2 2D 35
Octal 123 153 275 70 53 0 32 342 55 65
Binary 1010011 1101011 10111101 111000 101011 0 11010 11100010 101101 110101

Color Harmonies of #536BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BBD

Black with #536BBD

Text Example


Text Example

White with #536BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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