Html Css Color HEX #52669C San Marino

📋 copy color: '#52669C'

red 82 ◦ green 102 ◦ blue 156

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

Shades of San Marino #52669C

Tints of San Marino #52669C

RGB

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

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

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

R = 24.12%
G = 30%
B = 45.88%

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

#52669C (or 0x52669C) is known color: San Marino. HEX triplet: 52, 66 and 9C. RGB value is (82,102,156). Sum of RGB (Red+Green+Blue) = 82+102+156=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #52669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52669C is #AD9963. Grayscale: #656565. Windows color (decimal): -11376996 or 10249810. OLE color: 10249810.

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

Color convert

RGB 82 102 156 -
CMYK 0.47 0.35 0 0.39
HSL 223.78º 0.31% 0.47% -
HSV(B) 223.78º 0.47% 0.61% -
XYZ 14.23 13.7 33.35 -
YUV 102.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 82 102 156 0.47 0.35 0 0.39 223.78 0.31 0.47
Hex 52 66 9C 2F 23 0 27 E0 1F 2F
Octal 122 146 234 57 43 0 47 340 37 57
Binary 1010010 1100110 10011100 101111 100011 0 100111 11100000 11111 101111

Color Harmonies of #52669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52669C

Black with #52669C

Text Example


Text Example

White with #52669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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