Html Css Color HEX #53659D San Marino

📋 copy color: '#53659D'

red 83 ◦ green 101 ◦ blue 157

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

Shades of San Marino #53659D

Tints of San Marino #53659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 24.34%
G = 29.62%
B = 46.04%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53659D (or 0x53659D) is known color: San Marino. HEX triplet: 53, 65 and 9D. RGB value is (83,101,157). Sum of RGB (Red+Green+Blue) = 83+101+157=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #53659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53659D is #AC9A62. Grayscale: #656565. Windows color (decimal): -11311715 or 10315091. OLE color: 10315091.

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

Color convert

RGB 83 101 157 -
CMYK 0.47 0.36 0 0.38
HSL 225.41º 0.31% 0.47% -
HSV(B) 225.41º 0.47% 0.62% -
XYZ 14.31 13.58 33.77 -
YUV 102 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 83 101 157 0.47 0.36 0 0.38 225.41 0.31 0.47
Hex 53 65 9D 2F 24 0 26 E1 1F 2F
Octal 123 145 235 57 44 0 46 341 37 57
Binary 1010011 1100101 10011101 101111 100100 0 100110 11100001 11111 101111

Color Harmonies of #53659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53659D

Black with #53659D

Text Example


Text Example

White with #53659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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