Html Css Color HEX #53659C San Marino

📋 copy color: '#53659C'

red 83 ◦ green 101 ◦ blue 156

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

Shades of San Marino #53659C

Tints of San Marino #53659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 24.41%
G = 29.71%
B = 45.88%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53659C (or 0x53659C) is known color: San Marino. HEX triplet: 53, 65 and 9C. RGB value is (83,101,156). Sum of RGB (Red+Green+Blue) = 83+101+156=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #53659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53659C is #AC9A63. Grayscale: #656565. Windows color (decimal): -11311716 or 10249555. OLE color: 10249555.

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

Color convert

RGB 83 101 156 -
CMYK 0.47 0.35 0 0.39
HSL 225.21º 0.31% 0.47% -
HSV(B) 225.21º 0.47% 0.61% -
XYZ 14.22 13.55 33.32 -
YUV 101.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 83 101 156 0.47 0.35 0 0.39 225.21 0.31 0.47
Hex 53 65 9C 2F 23 0 27 E1 1F 2F
Octal 123 145 234 57 43 0 47 341 37 57
Binary 1010011 1100101 10011100 101111 100011 0 100111 11100001 11111 101111

Color Harmonies of #53659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53659C

Black with #53659C

Text Example


Text Example

White with #53659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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