Html Css Color HEX #536ABB Chetwode Blue

📋 copy color: '#536ABB'

red 83 ◦ green 106 ◦ blue 187

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

Shades of Chetwode Blue #536ABB

Tints of Chetwode Blue #536ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

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

R = 22.07%
G = 28.19%
B = 49.73%

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

#536ABB (or 0x536ABB) is known color: Chetwode Blue. HEX triplet: 53, 6A and BB. RGB value is (83,106,187). Sum of RGB (Red+Green+Blue) = 83+106+187=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #536ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ABB is #AC9544. Grayscale: #6C6C6C. Windows color (decimal): -11310405 or 12282451. OLE color: 12282451.

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

Color convert

RGB 83 106 187 -
CMYK 0.56 0.43 0 0.27
HSL 226.73º 0.43% 0.53% -
HSV(B) 226.73º 0.56% 0.73% -
XYZ 17.69 15.73 49.12 -
YUV 108.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 83 106 187 0.56 0.43 0 0.27 226.73 0.43 0.53
Hex 53 6A BB 38 2B 0 1B E3 2B 35
Octal 123 152 273 70 53 0 33 343 53 65
Binary 1010011 1101010 10111011 111000 101011 0 11011 11100011 101011 110101

Color Harmonies of #536ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ABB

Black with #536ABB

Text Example


Text Example

White with #536ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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