Html Css Color HEX #537798 San Marino

📋 copy color: '#537798'

red 83 ◦ green 119 ◦ blue 152

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

Shades of San Marino #537798

Tints of San Marino #537798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 23.45%
G = 33.62%
B = 42.94%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#537798 (or 0x537798) is known color: San Marino. HEX triplet: 53, 77 and 98. RGB value is (83,119,152). Sum of RGB (Red+Green+Blue) = 83+119+152=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #537798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537798 is #AC8867. Grayscale: #6F6F6F. Windows color (decimal): -11307112 or 9992019. OLE color: 9992019.

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

Color convert

RGB 83 119 152 -
CMYK 0.45 0.22 0 0.40
HSL 208.7º 0.29% 0.46% -
HSV(B) 208.7º 0.45% 0.6% -
XYZ 15.83 17.3 32.21 -
YUV 112 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 83 119 152 0.45 0.22 0 0.40 208.7 0.29 0.46
Hex 53 77 98 2D 16 0 28 D1 1D 2E
Octal 123 167 230 55 26 0 50 321 35 56
Binary 1010011 1110111 10011000 101101 10110 0 101000 11010001 11101 101110

Color Harmonies of #537798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537798

Black with #537798

Text Example


Text Example

White with #537798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537798; }

 p { color: rgb(83,119,152); }

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

background-color css

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

 a { background-color: rgb(83,119,152); }

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

border-color css

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

 span { border-color: rgb(83,119,152); }

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