Html Css Color HEX #52669F San Marino

📋 copy color: '#52669F'

red 82 ◦ green 102 ◦ blue 159

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

Shades of San Marino #52669F

Tints of San Marino #52669F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 23.91%
G = 29.74%
B = 46.36%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52669F (or 0x52669F) is known color: San Marino. HEX triplet: 52, 66 and 9F. RGB value is (82,102,159). Sum of RGB (Red+Green+Blue) = 82+102+159=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #52669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52669F is #AD9960. Grayscale: #666666. Windows color (decimal): -11376993 or 10446418. OLE color: 10446418.

HSL color Cylindrical-coordinate representation of color #52669F: hue angle of 224.42º degrees, saturation: 0.32, 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 #52669F is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 102 159 -
CMYK 0.48 0.36 0 0.38
HSL 224.42º 0.32% 0.47% -
HSV(B) 224.42º 0.48% 0.62% -
XYZ 14.49 13.8 34.7 -
YUV 102.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 82 102 159 0.48 0.36 0 0.38 224.42 0.32 0.47
Hex 52 66 9F 30 24 0 26 E0 20 2F
Octal 122 146 237 60 44 0 46 340 40 57
Binary 1010010 1100110 10011111 110000 100100 0 100110 11100000 100000 101111

Color Harmonies of #52669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52669F

Black with #52669F

Text Example


Text Example

White with #52669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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