Html Css Color HEX #526BA5 San Marino

📋 copy color: '#526BA5'

red 82 ◦ green 107 ◦ blue 165

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

Shades of San Marino #526BA5

Tints of San Marino #526BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.23%

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 23.16%
G = 30.23%
B = 46.61%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#526BA5 (or 0x526BA5) is known color: San Marino. HEX triplet: 52, 6B and A5. RGB value is (82,107,165). Sum of RGB (Red+Green+Blue) = 82+107+165=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #526BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526BA5 is #AD945A. Grayscale: #696969. Windows color (decimal): -11375707 or 10840914. OLE color: 10840914.

HSL color Cylindrical-coordinate representation of color #526BA5: hue angle of 221.93º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526BA5 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 107 165 -
CMYK 0.50 0.35 0 0.35
HSL 221.93º 0.34% 0.48% -
HSV(B) 221.93º 0.5% 0.65% -
XYZ 15.53 15.03 37.68 -
YUV 106.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 82 107 165 0.50 0.35 0 0.35 221.93 0.34 0.48
Hex 52 6B A5 32 23 0 23 DE 22 30
Octal 122 153 245 62 43 0 43 336 42 60
Binary 1010010 1101011 10100101 110010 100011 0 100011 11011110 100010 110000

Color Harmonies of #526BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BA5

Black with #526BA5

Text Example


Text Example

White with #526BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526BA5; }

 p { color: rgb(82,107,165); }

 H1.HeaderClassName
 {
   color: #526BA5;
 }
 .AnyTagClassName
 {
   color: #526BA5;
 }
</style>

background-color css

<style>
 a { background-color: #526BA5; }

 a { background-color: rgb(82,107,165); }

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

border-color css

<style>
 span { border-color: #526BA5; }

 span { border-color: rgb(82,107,165); }

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