Html Css Color HEX #536FA6 San Marino

📋 copy color: '#536FA6'

red 83 ◦ green 111 ◦ blue 166

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

Shades of San Marino #536FA6

Tints of San Marino #536FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.11%

R = 23.06%
G = 30.83%
B = 46.11%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#536FA6 (or 0x536FA6) is known color: San Marino. HEX triplet: 53, 6F and A6. RGB value is (83,111,166). Sum of RGB (Red+Green+Blue) = 83+111+166=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #536FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536FA6 is #AC9059. Grayscale: #6C6C6C. Windows color (decimal): -11309146 or 10907475. OLE color: 10907475.

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

Color convert

RGB 83 111 166 -
CMYK 0.50 0.33 0 0.35
HSL 219.76º 0.33% 0.49% -
HSV(B) 219.76º 0.5% 0.65% -
XYZ 16.13 15.96 38.31 -
YUV 108.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 83 111 166 0.50 0.33 0 0.35 219.76 0.33 0.49
Hex 53 6F A6 32 21 0 23 DC 21 31
Octal 123 157 246 62 41 0 43 334 41 61
Binary 1010011 1101111 10100110 110010 100001 0 100011 11011100 100001 110001

Color Harmonies of #536FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536FA6

Black with #536FA6

Text Example


Text Example

White with #536FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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