Html Css Color HEX #53699C San Marino

📋 copy color: '#53699C'

red 83 ◦ green 105 ◦ blue 156

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

Shades of San Marino #53699C

Tints of San Marino #53699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

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

R = 24.13%
G = 30.52%
B = 45.35%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53699C (or 0x53699C) is known color: San Marino. HEX triplet: 53, 69 and 9C. RGB value is (83,105,156). Sum of RGB (Red+Green+Blue) = 83+105+156=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #53699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53699C is #AC9663. Grayscale: #686868. Windows color (decimal): -11310692 or 10250579. OLE color: 10250579.

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

Color convert

RGB 83 105 156 -
CMYK 0.47 0.33 0 0.39
HSL 221.92º 0.31% 0.47% -
HSV(B) 221.92º 0.47% 0.61% -
XYZ 14.62 14.34 33.45 -
YUV 104.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 83 105 156 0.47 0.33 0 0.39 221.92 0.31 0.47
Hex 53 69 9C 2F 21 0 27 DE 1F 2F
Octal 123 151 234 57 41 0 47 336 37 57
Binary 1010011 1101001 10011100 101111 100001 0 100111 11011110 11111 101111

Color Harmonies of #53699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53699C

Black with #53699C

Text Example


Text Example

White with #53699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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