Html Css Color HEX #53769C San Marino

📋 copy color: '#53769C'

red 83 ◦ green 118 ◦ blue 156

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

Shades of San Marino #53769C

Tints of San Marino #53769C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 23.25%
G = 33.05%
B = 43.7%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53769C (or 0x53769C) is known color: San Marino. HEX triplet: 53, 76 and 9C. RGB value is (83,118,156). Sum of RGB (Red+Green+Blue) = 83+118+156=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #53769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53769C is #AC8963. Grayscale: #6F6F6F. Windows color (decimal): -11307364 or 10253907. OLE color: 10253907.

HSL color Cylindrical-coordinate representation of color #53769C: hue angle of 211.23º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53769C is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 118 156 -
CMYK 0.47 0.24 0 0.39
HSL 211.23º 0.31% 0.47% -
HSV(B) 211.23º 0.47% 0.61% -
XYZ 16.05 17.2 33.93 -
YUV 111.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 83 118 156 0.47 0.24 0 0.39 211.23 0.31 0.47
Hex 53 76 9C 2F 18 0 27 D3 1F 2F
Octal 123 166 234 57 30 0 47 323 37 57
Binary 1010011 1110110 10011100 101111 11000 0 100111 11010011 11111 101111

Color Harmonies of #53769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53769C

Black with #53769C

Text Example


Text Example

White with #53769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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