Html Css Color HEX #53759C San Marino

📋 copy color: '#53759C'

red 83 ◦ green 117 ◦ blue 156

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

Shades of San Marino #53759C

Tints of San Marino #53759C

RGB

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

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

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

R = 23.31%
G = 32.87%
B = 43.82%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53759C (or 0x53759C) is known color: San Marino. HEX triplet: 53, 75 and 9C. RGB value is (83,117,156). Sum of RGB (Red+Green+Blue) = 83+117+156=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #53759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53759C is #AC8A63. Grayscale: #6F6F6F. Windows color (decimal): -11307620 or 10253651. OLE color: 10253651.

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

Color convert

RGB 83 117 156 -
CMYK 0.47 0.25 0 0.39
HSL 212.05º 0.31% 0.47% -
HSV(B) 212.05º 0.47% 0.61% -
XYZ 15.93 16.96 33.89 -
YUV 111.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 83 117 156 0.47 0.25 0 0.39 212.05 0.31 0.47
Hex 53 75 9C 2F 19 0 27 D4 1F 2F
Octal 123 165 234 57 31 0 47 324 37 57
Binary 1010011 1110101 10011100 101111 11001 0 100111 11010100 11111 101111

Color Harmonies of #53759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53759C

Black with #53759C

Text Example


Text Example

White with #53759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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