Html Css Color HEX #52669B San Marino

📋 copy color: '#52669B'

red 82 ◦ green 102 ◦ blue 155

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

Shades of San Marino #52669B

Tints of San Marino #52669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 24.19%
G = 30.09%
B = 45.72%

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

#52669B (or 0x52669B) is known color: San Marino. HEX triplet: 52, 66 and 9B. RGB value is (82,102,155). Sum of RGB (Red+Green+Blue) = 82+102+155=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #52669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52669B is #AD9964. Grayscale: #656565. Windows color (decimal): -11376997 or 10184274. OLE color: 10184274.

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

Color convert

RGB 82 102 155 -
CMYK 0.47 0.34 0 0.39
HSL 223.56º 0.31% 0.46% -
HSV(B) 223.56º 0.47% 0.61% -
XYZ 14.15 13.66 32.9 -
YUV 102.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 82 102 155 0.47 0.34 0 0.39 223.56 0.31 0.46
Hex 52 66 9B 2F 22 0 27 E0 1F 2E
Octal 122 146 233 57 42 0 47 340 37 56
Binary 1010010 1100110 10011011 101111 100010 0 100111 11100000 11111 101110

Color Harmonies of #52669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52669B

Black with #52669B

Text Example


Text Example

White with #52669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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