Html Css Color HEX #53639B San Marino

📋 copy color: '#53639B'

red 83 ◦ green 99 ◦ blue 155

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

Shades of San Marino #53639B

Tints of San Marino #53639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 24.63%
G = 29.38%
B = 45.99%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53639B (or 0x53639B) is known color: San Marino. HEX triplet: 53, 63 and 9B. RGB value is (83,99,155). Sum of RGB (Red+Green+Blue) = 83+99+155=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #53639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53639B is #AC9C64. Grayscale: #646464. Windows color (decimal): -11312229 or 10183507. OLE color: 10183507.

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

Color convert

RGB 83 99 155 -
CMYK 0.46 0.36 0 0.39
HSL 226.67º 0.3% 0.47% -
HSV(B) 226.67º 0.46% 0.61% -
XYZ 13.95 13.13 32.81 -
YUV 100.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 83 99 155 0.46 0.36 0 0.39 226.67 0.3 0.47
Hex 53 63 9B 2E 24 0 27 E3 1E 2F
Octal 123 143 233 56 44 0 47 343 36 57
Binary 1010011 1100011 10011011 101110 100100 0 100111 11100011 11110 101111

Color Harmonies of #53639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53639B

Black with #53639B

Text Example


Text Example

White with #53639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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