Html Css Color HEX #536B99 San Marino

📋 copy color: '#536B99'

red 83 ◦ green 107 ◦ blue 153

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

Shades of San Marino #536B99

Tints of San Marino #536B99

RGB

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

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

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

R = 24.2%
G = 31.2%
B = 44.61%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#536B99 (or 0x536B99) is known color: San Marino. HEX triplet: 53, 6B and 99. RGB value is (83,107,153). Sum of RGB (Red+Green+Blue) = 83+107+153=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #536B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B99 is #AC9466. Grayscale: #686868. Windows color (decimal): -11310183 or 10054483. OLE color: 10054483.

HSL color Cylindrical-coordinate representation of color #536B99: hue angle of 219.43º 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 #536B99 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 107 153 -
CMYK 0.46 0.30 0 0.4
HSL 219.43º 0.3% 0.46% -
HSV(B) 219.43º 0.46% 0.6% -
XYZ 14.57 14.65 32.2 -
YUV 105.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 83 107 153 0.46 0.30 0 0.4 219.43 0.3 0.46
Hex 53 6B 99 2E 1E 0 28 DB 1E 2E
Octal 123 153 231 56 36 0 50 333 36 56
Binary 1010011 1101011 10011001 101110 11110 0 101000 11011011 11110 101110

Color Harmonies of #536B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B99

Black with #536B99

Text Example


Text Example

White with #536B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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