Html Css Color HEX #526DAE San Marino

📋 copy color: '#526DAE'

red 82 ◦ green 109 ◦ blue 174

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

Shades of San Marino #526DAE

Tints of San Marino #526DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 22.47%
G = 29.86%
B = 47.67%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#526DAE (or 0x526DAE) is known color: San Marino. HEX triplet: 52, 6D and AE. RGB value is (82,109,174). Sum of RGB (Red+Green+Blue) = 82+109+174=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #526DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526DAE is #AD9251. Grayscale: #6C6C6C. Windows color (decimal): -11375186 or 11431250. OLE color: 11431250.

HSL color Cylindrical-coordinate representation of color #526DAE: hue angle of 222.39º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526DAE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 109 174 -
CMYK 0.53 0.37 0 0.32
HSL 222.39º 0.36% 0.5% -
HSV(B) 222.39º 0.53% 0.68% -
XYZ 16.59 15.79 42.22 -
YUV 108.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 82 109 174 0.53 0.37 0 0.32 222.39 0.36 0.5
Hex 52 6D AE 35 25 0 20 DE 24 32
Octal 122 155 256 65 45 0 40 336 44 62
Binary 1010010 1101101 10101110 110101 100101 0 100000 11011110 100100 110010

Color Harmonies of #526DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DAE

Black with #526DAE

Text Example


Text Example

White with #526DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,174); }

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

background-color css

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

 a { background-color: rgb(82,109,174); }

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

border-color css

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

 span { border-color: rgb(82,109,174); }

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