Html Css Color HEX #52679C San Marino

📋 copy color: '#52679C'

red 82 ◦ green 103 ◦ blue 156

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

Shades of San Marino #52679C

Tints of San Marino #52679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 24.05%
G = 30.21%
B = 45.75%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52679C (or 0x52679C) is known color: San Marino. HEX triplet: 52, 67 and 9C. RGB value is (82,103,156). Sum of RGB (Red+Green+Blue) = 82+103+156=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #52679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52679C is #AD9863. Grayscale: #666666. Windows color (decimal): -11376740 or 10250066. OLE color: 10250066.

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

Color convert

RGB 82 103 156 -
CMYK 0.47 0.34 0 0.39
HSL 222.97º 0.31% 0.47% -
HSV(B) 222.97º 0.47% 0.61% -
XYZ 14.33 13.89 33.38 -
YUV 102.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 82 103 156 0.47 0.34 0 0.39 222.97 0.31 0.47
Hex 52 67 9C 2F 22 0 27 DF 1F 2F
Octal 122 147 234 57 42 0 47 337 37 57
Binary 1010010 1100111 10011100 101111 100010 0 100111 11011111 11111 101111

Color Harmonies of #52679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52679C

Black with #52679C

Text Example


Text Example

White with #52679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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