Html Css Color HEX #536ABA Chetwode Blue

📋 copy color: '#536ABA'

red 83 ◦ green 106 ◦ blue 186

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

Shades of Chetwode Blue #536ABA

Tints of Chetwode Blue #536ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 22.13%
G = 28.27%
B = 49.6%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#536ABA (or 0x536ABA) is known color: Chetwode Blue. HEX triplet: 53, 6A and BA. RGB value is (83,106,186). Sum of RGB (Red+Green+Blue) = 83+106+186=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #536ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ABA is #AC9545. Grayscale: #6B6B6B. Windows color (decimal): -11310406 or 12216915. OLE color: 12216915.

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

Color convert

RGB 83 106 186 -
CMYK 0.55 0.43 0 0.27
HSL 226.6º 0.43% 0.53% -
HSV(B) 226.6º 0.55% 0.73% -
XYZ 17.58 15.69 48.56 -
YUV 108.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 83 106 186 0.55 0.43 0 0.27 226.6 0.43 0.53
Hex 53 6A BA 37 2B 0 1B E3 2B 35
Octal 123 152 272 67 53 0 33 343 53 65
Binary 1010011 1101010 10111010 110111 101011 0 11011 11100011 101011 110101

Color Harmonies of #536ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ABA

Black with #536ABA

Text Example


Text Example

White with #536ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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