Html Css Color HEX #52629C San Marino

📋 copy color: '#52629C'

red 82 ◦ green 98 ◦ blue 156

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

Shades of San Marino #52629C

Tints of San Marino #52629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 24.4%
G = 29.17%
B = 46.43%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52629C (or 0x52629C) is known color: San Marino. HEX triplet: 52, 62 and 9C. RGB value is (82,98,156). Sum of RGB (Red+Green+Blue) = 82+98+156=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #52629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52629C is #AD9D63. Grayscale: #636363. Windows color (decimal): -11378020 or 10248786. OLE color: 10248786.

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

Color convert

RGB 82 98 156 -
CMYK 0.47 0.37 0 0.39
HSL 227.03º 0.31% 0.47% -
HSV(B) 227.03º 0.47% 0.61% -
XYZ 13.85 12.93 33.22 -
YUV 99.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 82 98 156 0.47 0.37 0 0.39 227.03 0.31 0.47
Hex 52 62 9C 2F 25 0 27 E3 1F 2F
Octal 122 142 234 57 45 0 47 343 37 57
Binary 1010010 1100010 10011100 101111 100101 0 100111 11100011 11111 101111

Color Harmonies of #52629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52629C

Black with #52629C

Text Example


Text Example

White with #52629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,98,156); }

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

background-color css

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

 a { background-color: rgb(82,98,156); }

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

border-color css

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

 span { border-color: rgb(82,98,156); }

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