Html Css Color HEX #536C99 San Marino

📋 copy color: '#536C99'

red 83 ◦ green 108 ◦ blue 153

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

Shades of San Marino #536C99

Tints of San Marino #536C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

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

R = 24.13%
G = 31.4%
B = 44.48%

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

#536C99 (or 0x536C99) is known color: San Marino. HEX triplet: 53, 6C and 99. RGB value is (83,108,153). Sum of RGB (Red+Green+Blue) = 83+108+153=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #536C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C99 is #AC9366. Grayscale: #696969. Windows color (decimal): -11309927 or 10054739. OLE color: 10054739.

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

Color convert

RGB 83 108 153 -
CMYK 0.46 0.29 0 0.4
HSL 218.57º 0.3% 0.46% -
HSV(B) 218.57º 0.46% 0.6% -
XYZ 14.68 14.86 32.23 -
YUV 105.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 83 108 153 0.46 0.29 0 0.4 218.57 0.3 0.46
Hex 53 6C 99 2E 1D 0 28 DB 1E 2E
Octal 123 154 231 56 35 0 50 333 36 56
Binary 1010011 1101100 10011001 101110 11101 0 101000 11011011 11110 101110

Color Harmonies of #536C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C99

Black with #536C99

Text Example


Text Example

White with #536C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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