Html Css Color HEX #53679A San Marino

📋 copy color: '#53679A'

red 83 ◦ green 103 ◦ blue 154

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

Shades of San Marino #53679A

Tints of San Marino #53679A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.29%

R = 24.41%
G = 30.29%
B = 45.29%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53679A (or 0x53679A) is known color: San Marino. HEX triplet: 53, 67 and 9A. RGB value is (83,103,154). Sum of RGB (Red+Green+Blue) = 83+103+154=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #53679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53679A is #AC9865. Grayscale: #666666. Windows color (decimal): -11311206 or 10118995. OLE color: 10118995.

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

Color convert

RGB 83 103 154 -
CMYK 0.46 0.33 0 0.40
HSL 223.1º 0.3% 0.46% -
HSV(B) 223.1º 0.46% 0.6% -
XYZ 14.25 13.87 32.5 -
YUV 102.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 83 103 154 0.46 0.33 0 0.40 223.1 0.3 0.46
Hex 53 67 9A 2E 21 0 28 DF 1E 2E
Octal 123 147 232 56 41 0 50 337 36 56
Binary 1010011 1100111 10011010 101110 100001 0 101000 11011111 11110 101110

Color Harmonies of #53679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53679A

Black with #53679A

Text Example


Text Example

White with #53679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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