Html Css Color HEX #536BBB Chetwode Blue

📋 copy color: '#536BBB'

red 83 ◦ green 107 ◦ blue 187

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

Shades of Chetwode Blue #536BBB

Tints of Chetwode Blue #536BBB

RGB

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

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

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

R = 22.02%
G = 28.38%
B = 49.6%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#536BBB (or 0x536BBB) is known color: Chetwode Blue. HEX triplet: 53, 6B and BB. RGB value is (83,107,187). Sum of RGB (Red+Green+Blue) = 83+107+187=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #536BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BBB is #AC9444. Grayscale: #6C6C6C. Windows color (decimal): -11310149 or 12282707. OLE color: 12282707.

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

Color convert

RGB 83 107 187 -
CMYK 0.56 0.43 0 0.27
HSL 226.15º 0.43% 0.53% -
HSV(B) 226.15º 0.56% 0.73% -
XYZ 17.79 15.94 49.15 -
YUV 108.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 83 107 187 0.56 0.43 0 0.27 226.15 0.43 0.53
Hex 53 6B BB 38 2B 0 1B E2 2B 35
Octal 123 153 273 70 53 0 33 342 53 65
Binary 1010011 1101011 10111011 111000 101011 0 11011 11100010 101011 110101

Color Harmonies of #536BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BBB

Black with #536BBB

Text Example


Text Example

White with #536BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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