Html Css Color HEX #53759B San Marino

📋 copy color: '#53759B'

red 83 ◦ green 117 ◦ blue 155

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

Shades of San Marino #53759B

Tints of San Marino #53759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 23.38%
G = 32.96%
B = 43.66%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53759B (or 0x53759B) is known color: San Marino. HEX triplet: 53, 75 and 9B. RGB value is (83,117,155). Sum of RGB (Red+Green+Blue) = 83+117+155=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #53759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53759B is #AC8A64. Grayscale: #6E6E6E. Windows color (decimal): -11307621 or 10188115. OLE color: 10188115.

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

Color convert

RGB 83 117 155 -
CMYK 0.46 0.25 0 0.39
HSL 211.67º 0.3% 0.47% -
HSV(B) 211.67º 0.46% 0.61% -
XYZ 15.84 16.93 33.44 -
YUV 111.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 83 117 155 0.46 0.25 0 0.39 211.67 0.3 0.47
Hex 53 75 9B 2E 19 0 27 D4 1E 2F
Octal 123 165 233 56 31 0 47 324 36 57
Binary 1010011 1110101 10011011 101110 11001 0 100111 11010100 11110 101111

Color Harmonies of #53759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53759B

Black with #53759B

Text Example


Text Example

White with #53759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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