Html Css Color HEX #536D99 San Marino

📋 copy color: '#536D99'

red 83 ◦ green 109 ◦ blue 153

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

Shades of San Marino #536D99

Tints of San Marino #536D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 24.06%
G = 31.59%
B = 44.35%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#536D99 (or 0x536D99) is known color: San Marino. HEX triplet: 53, 6D and 99. RGB value is (83,109,153). Sum of RGB (Red+Green+Blue) = 83+109+153=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #536D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D99 is #AC9266. Grayscale: #6A6A6A. Windows color (decimal): -11309671 or 10054995. OLE color: 10054995.

HSL color Cylindrical-coordinate representation of color #536D99: hue angle of 217.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536D99 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 109 153 -
CMYK 0.46 0.29 0 0.4
HSL 217.71º 0.3% 0.46% -
HSV(B) 217.71º 0.46% 0.6% -
XYZ 14.79 15.08 32.27 -
YUV 106.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 83 109 153 0.46 0.29 0 0.4 217.71 0.3 0.46
Hex 53 6D 99 2E 1D 0 28 DA 1E 2E
Octal 123 155 231 56 35 0 50 332 36 56
Binary 1010011 1101101 10011001 101110 11101 0 101000 11011010 11110 101110

Color Harmonies of #536D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D99

Black with #536D99

Text Example


Text Example

White with #536D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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