Html Css Color HEX #53649C San Marino

📋 copy color: '#53649C'

red 83 ◦ green 100 ◦ blue 156

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

Shades of San Marino #53649C

Tints of San Marino #53649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 24.48%
G = 29.5%
B = 46.02%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53649C (or 0x53649C) is known color: San Marino. HEX triplet: 53, 64 and 9C. RGB value is (83,100,156). Sum of RGB (Red+Green+Blue) = 83+100+156=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #53649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53649C is #AC9B63. Grayscale: #656565. Windows color (decimal): -11311972 or 10249299. OLE color: 10249299.

HSL color Cylindrical-coordinate representation of color #53649C: hue angle of 226.03º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53649C is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 100 156 -
CMYK 0.47 0.36 0 0.39
HSL 226.03º 0.31% 0.47% -
HSV(B) 226.03º 0.47% 0.61% -
XYZ 14.13 13.35 33.29 -
YUV 101.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 83 100 156 0.47 0.36 0 0.39 226.03 0.31 0.47
Hex 53 64 9C 2F 24 0 27 E2 1F 2F
Octal 123 144 234 57 44 0 47 342 37 57
Binary 1010011 1100100 10011100 101111 100100 0 100111 11100010 11111 101111

Color Harmonies of #53649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53649C

Black with #53649C

Text Example


Text Example

White with #53649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53649C; }

 p { color: rgb(83,100,156); }

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

background-color css

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

 a { background-color: rgb(83,100,156); }

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

border-color css

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

 span { border-color: rgb(83,100,156); }

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