Html Css Color HEX #53769D San Marino

📋 copy color: '#53769D'

red 83 ◦ green 118 ◦ blue 157

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

Shades of San Marino #53769D

Tints of San Marino #53769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 23.18%
G = 32.96%
B = 43.85%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53769D (or 0x53769D) is known color: San Marino. HEX triplet: 53, 76 and 9D. RGB value is (83,118,157). Sum of RGB (Red+Green+Blue) = 83+118+157=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #53769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53769D is #AC8962. Grayscale: #6F6F6F. Windows color (decimal): -11307363 or 10319443. OLE color: 10319443.

HSL color Cylindrical-coordinate representation of color #53769D: hue angle of 211.62º 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 #53769D is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 118 157 -
CMYK 0.47 0.25 0 0.38
HSL 211.62º 0.31% 0.47% -
HSV(B) 211.62º 0.47% 0.62% -
XYZ 16.13 17.23 34.37 -
YUV 111.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 83 118 157 0.47 0.25 0 0.38 211.62 0.31 0.47
Hex 53 76 9D 2F 19 0 26 D4 1F 2F
Octal 123 166 235 57 31 0 46 324 37 57
Binary 1010011 1110110 10011101 101111 11001 0 100110 11010100 11111 101111

Color Harmonies of #53769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53769D

Black with #53769D

Text Example


Text Example

White with #53769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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