Html Css Color HEX #52659B San Marino

📋 copy color: '#52659B'

red 82 ◦ green 101 ◦ blue 155

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

Shades of San Marino #52659B

Tints of San Marino #52659B

RGB

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

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

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

R = 24.26%
G = 29.88%
B = 45.86%

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

#52659B (or 0x52659B) is known color: San Marino. HEX triplet: 52, 65 and 9B. RGB value is (82,101,155). Sum of RGB (Red+Green+Blue) = 82+101+155=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #52659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52659B is #AD9A64. Grayscale: #656565. Windows color (decimal): -11377253 or 10184018. OLE color: 10184018.

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

Color convert

RGB 82 101 155 -
CMYK 0.47 0.35 0 0.39
HSL 224.38º 0.31% 0.46% -
HSV(B) 224.38º 0.47% 0.61% -
XYZ 14.05 13.47 32.87 -
YUV 101.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 82 101 155 0.47 0.35 0 0.39 224.38 0.31 0.46
Hex 52 65 9B 2F 23 0 27 E0 1F 2E
Octal 122 145 233 57 43 0 47 340 37 56
Binary 1010010 1100101 10011011 101111 100011 0 100111 11100000 11111 101110

Color Harmonies of #52659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52659B

Black with #52659B

Text Example


Text Example

White with #52659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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