Html Css Color HEX #53639C San Marino

📋 copy color: '#53639C'

red 83 ◦ green 99 ◦ blue 156

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

Shades of San Marino #53639C

Tints of San Marino #53639C

RGB

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

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

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

R = 24.56%
G = 29.29%
B = 46.15%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53639C (or 0x53639C) is known color: San Marino. HEX triplet: 53, 63 and 9C. RGB value is (83,99,156). Sum of RGB (Red+Green+Blue) = 83+99+156=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #53639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53639C is #AC9C63. Grayscale: #646464. Windows color (decimal): -11312228 or 10249043. OLE color: 10249043.

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

Color convert

RGB 83 99 156 -
CMYK 0.47 0.37 0 0.39
HSL 226.85º 0.31% 0.47% -
HSV(B) 226.85º 0.47% 0.61% -
XYZ 14.03 13.16 33.25 -
YUV 100.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 83 99 156 0.47 0.37 0 0.39 226.85 0.31 0.47
Hex 53 63 9C 2F 25 0 27 E3 1F 2F
Octal 123 143 234 57 45 0 47 343 37 57
Binary 1010011 1100011 10011100 101111 100101 0 100111 11100011 11111 101111

Color Harmonies of #53639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53639C

Black with #53639C

Text Example


Text Example

White with #53639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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