Html Css Color HEX #506397 San Marino

📋 copy color: '#506397'

red 80 ◦ green 99 ◦ blue 151

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

Shades of San Marino #506397

Tints of San Marino #506397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 24.24%
G = 30%
B = 45.76%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#506397 (or 0x506397) is known color: San Marino. HEX triplet: 50, 63 and 97. RGB value is (80,99,151). Sum of RGB (Red+Green+Blue) = 80+99+151=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #506397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506397 is #AF9C68. Grayscale: #636363. Windows color (decimal): -11508841 or 9921360. OLE color: 9921360.

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

Color convert

RGB 80 99 151 -
CMYK 0.47 0.34 0 0.41
HSL 223.94º 0.31% 0.45% -
HSV(B) 223.94º 0.47% 0.59% -
XYZ 13.36 12.86 31.06 -
YUV 99.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 80 99 151 0.47 0.34 0 0.41 223.94 0.31 0.45
Hex 50 63 97 2F 22 0 29 E0 1F 2D
Octal 120 143 227 57 42 0 51 340 37 55
Binary 1010000 1100011 10010111 101111 100010 0 101001 11100000 11111 101101

Color Harmonies of #506397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506397

Black with #506397

Text Example


Text Example

White with #506397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506397; }

 p { color: rgb(80,99,151); }

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

background-color css

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

 a { background-color: rgb(80,99,151); }

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

border-color css

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

 span { border-color: rgb(80,99,151); }

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