Html Css Color HEX #536FAA San Marino

📋 copy color: '#536FAA'

red 83 ◦ green 111 ◦ blue 170

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

Shades of San Marino #536FAA

Tints of San Marino #536FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 22.8%
G = 30.49%
B = 46.7%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#536FAA (or 0x536FAA) is known color: San Marino. HEX triplet: 53, 6F and AA. RGB value is (83,111,170). Sum of RGB (Red+Green+Blue) = 83+111+170=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #536FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536FAA is #AC9055. Grayscale: #6D6D6D. Windows color (decimal): -11309142 or 11169619. OLE color: 11169619.

HSL color Cylindrical-coordinate representation of color #536FAA: hue angle of 220.69º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536FAA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 111 170 -
CMYK 0.51 0.35 0 0.33
HSL 220.69º 0.34% 0.5% -
HSV(B) 220.69º 0.51% 0.67% -
XYZ 16.51 16.11 40.27 -
YUV 109.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 83 111 170 0.51 0.35 0 0.33 220.69 0.34 0.5
Hex 53 6F AA 33 23 0 21 DD 22 32
Octal 123 157 252 63 43 0 41 335 42 62
Binary 1010011 1101111 10101010 110011 100011 0 100001 11011101 100010 110010

Color Harmonies of #536FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FAA

Black with #536FAA

Text Example


Text Example

White with #536FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,111,170); }

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

background-color css

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

 a { background-color: rgb(83,111,170); }

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

border-color css

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

 span { border-color: rgb(83,111,170); }

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