Html Css Color HEX #53679B San Marino

📋 copy color: '#53679B'

red 83 ◦ green 103 ◦ blue 155

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

Shades of San Marino #53679B

Tints of San Marino #53679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 24.34%
G = 30.21%
B = 45.45%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53679B (or 0x53679B) is known color: San Marino. HEX triplet: 53, 67 and 9B. RGB value is (83,103,155). Sum of RGB (Red+Green+Blue) = 83+103+155=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #53679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53679B is #AC9864. Grayscale: #666666. Windows color (decimal): -11311205 or 10184531. OLE color: 10184531.

HSL color Cylindrical-coordinate representation of color #53679B: hue angle of 223.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53679B is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 103 155 -
CMYK 0.46 0.34 0 0.39
HSL 223.33º 0.3% 0.47% -
HSV(B) 223.33º 0.46% 0.61% -
XYZ 14.33 13.91 32.94 -
YUV 102.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 83 103 155 0.46 0.34 0 0.39 223.33 0.3 0.47
Hex 53 67 9B 2E 22 0 27 DF 1E 2F
Octal 123 147 233 56 42 0 47 337 36 57
Binary 1010011 1100111 10011011 101110 100010 0 100111 11011111 11110 101111

Color Harmonies of #53679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53679B

Black with #53679B

Text Example


Text Example

White with #53679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53679B; }

 p { color: rgb(83,103,155); }

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

background-color css

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

 a { background-color: rgb(83,103,155); }

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

border-color css

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

 span { border-color: rgb(83,103,155); }

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