Html Css Color HEX #53629B San Marino

📋 copy color: '#53629B'

red 83 ◦ green 98 ◦ blue 155

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

Shades of San Marino #53629B

Tints of San Marino #53629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 24.7%
G = 29.17%
B = 46.13%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53629B (or 0x53629B) is known color: San Marino. HEX triplet: 53, 62 and 9B. RGB value is (83,98,155). Sum of RGB (Red+Green+Blue) = 83+98+155=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #53629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53629B is #AC9D64. Grayscale: #636363. Windows color (decimal): -11312485 or 10183251. OLE color: 10183251.

HSL color Cylindrical-coordinate representation of color #53629B: hue angle of 227.5º 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 #53629B is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 98 155 -
CMYK 0.46 0.37 0 0.39
HSL 227.5º 0.3% 0.47% -
HSV(B) 227.5º 0.46% 0.61% -
XYZ 13.85 12.94 32.78 -
YUV 100.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 83 98 155 0.46 0.37 0 0.39 227.5 0.3 0.47
Hex 53 62 9B 2E 25 0 27 E4 1E 2F
Octal 123 142 233 56 45 0 47 344 36 57
Binary 1010011 1100010 10011011 101110 100101 0 100111 11100100 11110 101111

Color Harmonies of #53629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53629B

Black with #53629B

Text Example


Text Example

White with #53629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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