Html Css Color HEX #536BA8 San Marino

📋 copy color: '#536BA8'

red 83 ◦ green 107 ◦ blue 168

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

Shades of San Marino #536BA8

Tints of San Marino #536BA8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 168 (66.02% from 255) = 46.93%

R = 23.18%
G = 29.89%
B = 46.93%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#536BA8 (or 0x536BA8) is known color: San Marino. HEX triplet: 53, 6B and A8. RGB value is (83,107,168). Sum of RGB (Red+Green+Blue) = 83+107+168=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 168 - color contains mainly: blue. Hex color #536BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536BA8 is #AC9457. Grayscale: #6A6A6A. Windows color (decimal): -11310168 or 11037523. OLE color: 11037523.

HSL color Cylindrical-coordinate representation of color #536BA8: hue angle of 223.06º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536BA8 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 107 168 -
CMYK 0.51 0.36 0 0.34
HSL 223.06º 0.34% 0.49% -
HSV(B) 223.06º 0.51% 0.66% -
XYZ 15.89 15.18 39.14 -
YUV 106.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 83 107 168 0.51 0.36 0 0.34 223.06 0.34 0.49
Hex 53 6B A8 33 24 0 22 DF 22 31
Octal 123 153 250 63 44 0 42 337 42 61
Binary 1010011 1101011 10101000 110011 100100 0 100010 11011111 100010 110001

Color Harmonies of #536BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BA8

Black with #536BA8

Text Example


Text Example

White with #536BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,168); }

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

background-color css

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

 a { background-color: rgb(83,107,168); }

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

border-color css

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

 span { border-color: rgb(83,107,168); }

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