Html Css Color HEX #53769B San Marino

📋 copy color: '#53769B'

red 83 ◦ green 118 ◦ blue 155

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

Shades of San Marino #53769B

Tints of San Marino #53769B

RGB

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

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

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

R = 23.31%
G = 33.15%
B = 43.54%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53769B (or 0x53769B) is known color: San Marino. HEX triplet: 53, 76 and 9B. RGB value is (83,118,155). Sum of RGB (Red+Green+Blue) = 83+118+155=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #53769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53769B is #AC8964. Grayscale: #6F6F6F. Windows color (decimal): -11307365 or 10188371. OLE color: 10188371.

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

Color convert

RGB 83 118 155 -
CMYK 0.46 0.24 0 0.39
HSL 210.83º 0.3% 0.47% -
HSV(B) 210.83º 0.46% 0.61% -
XYZ 15.96 17.16 33.48 -
YUV 111.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 83 118 155 0.46 0.24 0 0.39 210.83 0.3 0.47
Hex 53 76 9B 2E 18 0 27 D3 1E 2F
Octal 123 166 233 56 30 0 47 323 36 57
Binary 1010011 1110110 10011011 101110 11000 0 100111 11010011 11110 101111

Color Harmonies of #53769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53769B

Black with #53769B

Text Example


Text Example

White with #53769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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