Html Css Color HEX #52689B San Marino

📋 copy color: '#52689B'

red 82 ◦ green 104 ◦ blue 155

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

Shades of San Marino #52689B

Tints of San Marino #52689B

RGB

 RED value IS 82 (32.42% from 255) = 24.05%

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 24.05%
G = 30.5%
B = 45.45%

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

#52689B (or 0x52689B) is known color: San Marino. HEX triplet: 52, 68 and 9B. RGB value is (82,104,155). Sum of RGB (Red+Green+Blue) = 82+104+155=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #52689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52689B is #AD9764. Grayscale: #676767. Windows color (decimal): -11376485 or 10184786. OLE color: 10184786.

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

Color convert

RGB 82 104 155 -
CMYK 0.47 0.33 0 0.39
HSL 221.92º 0.31% 0.46% -
HSV(B) 221.92º 0.47% 0.61% -
XYZ 14.35 14.06 32.97 -
YUV 103.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 82 104 155 0.47 0.33 0 0.39 221.92 0.31 0.46
Hex 52 68 9B 2F 21 0 27 DE 1F 2E
Octal 122 150 233 57 41 0 47 336 37 56
Binary 1010010 1101000 10011011 101111 100001 0 100111 11011110 11111 101110

Color Harmonies of #52689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52689B

Black with #52689B

Text Example


Text Example

White with #52689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,104,155); }

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

background-color css

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

 a { background-color: rgb(82,104,155); }

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

border-color css

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

 span { border-color: rgb(82,104,155); }

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