Html Css Color HEX #507898 San Marino

📋 copy color: '#507898'

red 80 ◦ green 120 ◦ blue 152

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

Shades of San Marino #507898

Tints of San Marino #507898

RGB

 RED value IS 80 (31.64% from 255) = 22.73%

 GREEN value IS 120 (47.27% from 255) = 34.09%

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

R = 22.73%
G = 34.09%
B = 43.18%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#507898 (or 0x507898) is known color: San Marino. HEX triplet: 50, 78 and 98. RGB value is (80,120,152). Sum of RGB (Red+Green+Blue) = 80+120+152=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #507898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507898 is #AF8767. Grayscale: #6F6F6F. Windows color (decimal): -11503464 or 9992272. OLE color: 9992272.

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

Color convert

RGB 80 120 152 -
CMYK 0.47 0.21 0 0.40
HSL 206.67º 0.31% 0.45% -
HSV(B) 206.67º 0.47% 0.6% -
XYZ 15.69 17.41 32.24 -
YUV 111.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 80 120 152 0.47 0.21 0 0.40 206.67 0.31 0.45
Hex 50 78 98 2F 15 0 28 CF 1F 2D
Octal 120 170 230 57 25 0 50 317 37 55
Binary 1010000 1111000 10011000 101111 10101 0 101000 11001111 11111 101101

Color Harmonies of #507898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507898

Black with #507898

Text Example


Text Example

White with #507898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507898; }

 p { color: rgb(80,120,152); }

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

background-color css

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

 a { background-color: rgb(80,120,152); }

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

border-color css

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

 span { border-color: rgb(80,120,152); }

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