Html Css Color HEX #53659B San Marino

📋 copy color: '#53659B'

red 83 ◦ green 101 ◦ blue 155

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

Shades of San Marino #53659B

Tints of San Marino #53659B

RGB

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

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

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

R = 24.48%
G = 29.79%
B = 45.72%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53659B (or 0x53659B) is known color: San Marino. HEX triplet: 53, 65 and 9B. RGB value is (83,101,155). Sum of RGB (Red+Green+Blue) = 83+101+155=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #53659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53659B is #AC9A64. Grayscale: #656565. Windows color (decimal): -11311717 or 10184019. OLE color: 10184019.

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

Color convert

RGB 83 101 155 -
CMYK 0.46 0.35 0 0.39
HSL 225º 0.3% 0.47% -
HSV(B) 225º 0.46% 0.61% -
XYZ 14.14 13.51 32.87 -
YUV 101.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 83 101 155 0.46 0.35 0 0.39 225 0.3 0.47
Hex 53 65 9B 2E 23 0 27 E1 1E 2F
Octal 123 145 233 56 43 0 47 341 36 57
Binary 1010011 1100101 10011011 101110 100011 0 100111 11100001 11110 101111

Color Harmonies of #53659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53659B

Black with #53659B

Text Example


Text Example

White with #53659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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