Html Css Color HEX #536DAE San Marino

📋 copy color: '#536DAE'

red 83 ◦ green 109 ◦ blue 174

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

Shades of San Marino #536DAE

Tints of San Marino #536DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 22.68%
G = 29.78%
B = 47.54%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#536DAE (or 0x536DAE) is known color: San Marino. HEX triplet: 53, 6D and AE. RGB value is (83,109,174). Sum of RGB (Red+Green+Blue) = 83+109+174=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #536DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536DAE is #AC9251. Grayscale: #6C6C6C. Windows color (decimal): -11309650 or 11431251. OLE color: 11431251.

HSL color Cylindrical-coordinate representation of color #536DAE: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #536DAE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 109 174 -
CMYK 0.52 0.37 0 0.32
HSL 222.86º 0.36% 0.5% -
HSV(B) 222.86º 0.52% 0.68% -
XYZ 16.68 15.83 42.22 -
YUV 108.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 83 109 174 0.52 0.37 0 0.32 222.86 0.36 0.5
Hex 53 6D AE 34 25 0 20 DF 24 32
Octal 123 155 256 64 45 0 40 337 44 62
Binary 1010011 1101101 10101110 110100 100101 0 100000 11011111 100100 110010

Color Harmonies of #536DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DAE

Black with #536DAE

Text Example


Text Example

White with #536DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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