Html Css Color HEX #536899 San Marino

📋 copy color: '#536899'

red 83 ◦ green 104 ◦ blue 153

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

Shades of San Marino #536899

Tints of San Marino #536899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 24.41%
G = 30.59%
B = 45%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#536899 (or 0x536899) is known color: San Marino. HEX triplet: 53, 68 and 99. RGB value is (83,104,153). Sum of RGB (Red+Green+Blue) = 83+104+153=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #536899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536899 is #AC9766. Grayscale: #676767. Windows color (decimal): -11310951 or 10053715. OLE color: 10053715.

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

Color convert

RGB 83 104 153 -
CMYK 0.46 0.32 0 0.4
HSL 222º 0.3% 0.46% -
HSV(B) 222º 0.46% 0.6% -
XYZ 14.27 14.04 32.09 -
YUV 103.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 83 104 153 0.46 0.32 0 0.4 222 0.3 0.46
Hex 53 68 99 2E 20 0 28 DE 1E 2E
Octal 123 150 231 56 40 0 50 336 36 56
Binary 1010011 1101000 10011001 101110 100000 0 101000 11011110 11110 101110

Color Harmonies of #536899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536899

Black with #536899

Text Example


Text Example

White with #536899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536899; }

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

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

background-color css

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

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

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

border-color css

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

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

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