Html Css Color HEX #53679D San Marino

📋 copy color: '#53679D'

red 83 ◦ green 103 ◦ blue 157

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

Shades of San Marino #53679D

Tints of San Marino #53679D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.77%

R = 24.2%
G = 30.03%
B = 45.77%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53679D (or 0x53679D) is known color: San Marino. HEX triplet: 53, 67 and 9D. RGB value is (83,103,157). Sum of RGB (Red+Green+Blue) = 83+103+157=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #53679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53679D is #AC9862. Grayscale: #666666. Windows color (decimal): -11311203 or 10315603. OLE color: 10315603.

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

Color convert

RGB 83 103 157 -
CMYK 0.47 0.34 0 0.38
HSL 223.78º 0.31% 0.47% -
HSV(B) 223.78º 0.47% 0.62% -
XYZ 14.5 13.97 33.83 -
YUV 103.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 83 103 157 0.47 0.34 0 0.38 223.78 0.31 0.47
Hex 53 67 9D 2F 22 0 26 E0 1F 2F
Octal 123 147 235 57 42 0 46 340 37 57
Binary 1010011 1100111 10011101 101111 100010 0 100110 11100000 11111 101111

Color Harmonies of #53679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53679D

Black with #53679D

Text Example


Text Example

White with #53679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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