Html Css Color HEX #52639D San Marino

📋 copy color: '#52639D'

red 82 ◦ green 99 ◦ blue 157

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

Shades of San Marino #52639D

Tints of San Marino #52639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 24.26%
G = 29.29%
B = 46.45%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52639D (or 0x52639D) is known color: San Marino. HEX triplet: 52, 63 and 9D. RGB value is (82,99,157). Sum of RGB (Red+Green+Blue) = 82+99+157=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #52639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52639D is #AD9C62. Grayscale: #646464. Windows color (decimal): -11377763 or 10314578. OLE color: 10314578.

HSL color Cylindrical-coordinate representation of color #52639D: hue angle of 226.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52639D is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 99 157 -
CMYK 0.48 0.37 0 0.38
HSL 226.4º 0.31% 0.47% -
HSV(B) 226.4º 0.48% 0.62% -
XYZ 14.03 13.15 33.7 -
YUV 100.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 82 99 157 0.48 0.37 0 0.38 226.4 0.31 0.47
Hex 52 63 9D 30 25 0 26 E2 1F 2F
Octal 122 143 235 60 45 0 46 342 37 57
Binary 1010010 1100011 10011101 110000 100101 0 100110 11100010 11111 101111

Color Harmonies of #52639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52639D

Black with #52639D

Text Example


Text Example

White with #52639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52639D; }

 p { color: rgb(82,99,157); }

 H1.HeaderClassName
 {
   color: #52639D;
 }
 .AnyTagClassName
 {
   color: #52639D;
 }
</style>

background-color css

<style>
 a { background-color: #52639D; }

 a { background-color: rgb(82,99,157); }

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

border-color css

<style>
 span { border-color: #52639D; }

 span { border-color: rgb(82,99,157); }

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