Html Css Color HEX #52659C San Marino

📋 copy color: '#52659C'

red 82 ◦ green 101 ◦ blue 156

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

Shades of San Marino #52659C

Tints of San Marino #52659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 24.19%
G = 29.79%
B = 46.02%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52659C (or 0x52659C) is known color: San Marino. HEX triplet: 52, 65 and 9C. RGB value is (82,101,156). Sum of RGB (Red+Green+Blue) = 82+101+156=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #52659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52659C is #AD9A63. Grayscale: #656565. Windows color (decimal): -11377252 or 10249554. OLE color: 10249554.

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

Color convert

RGB 82 101 156 -
CMYK 0.47 0.35 0 0.39
HSL 224.59º 0.31% 0.47% -
HSV(B) 224.59º 0.47% 0.61% -
XYZ 14.13 13.5 33.31 -
YUV 101.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 82 101 156 0.47 0.35 0 0.39 224.59 0.31 0.47
Hex 52 65 9C 2F 23 0 27 E1 1F 2F
Octal 122 145 234 57 43 0 47 341 37 57
Binary 1010010 1100101 10011100 101111 100011 0 100111 11100001 11111 101111

Color Harmonies of #52659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52659C

Black with #52659C

Text Example


Text Example

White with #52659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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