Html Css Color HEX #526DAB San Marino

📋 copy color: '#526DAB'

red 82 ◦ green 109 ◦ blue 171

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

Shades of San Marino #526DAB

Tints of San Marino #526DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 22.65%
G = 30.11%
B = 47.24%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#526DAB (or 0x526DAB) is known color: San Marino. HEX triplet: 52, 6D and AB. RGB value is (82,109,171). Sum of RGB (Red+Green+Blue) = 82+109+171=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #526DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526DAB is #AD9254. Grayscale: #6B6B6B. Windows color (decimal): -11375189 or 11234642. OLE color: 11234642.

HSL color Cylindrical-coordinate representation of color #526DAB: hue angle of 221.8º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526DAB is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 109 171 -
CMYK 0.52 0.36 0 0.33
HSL 221.8º 0.35% 0.5% -
HSV(B) 221.8º 0.52% 0.67% -
XYZ 16.3 15.67 40.69 -
YUV 108 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 82 109 171 0.52 0.36 0 0.33 221.8 0.35 0.5
Hex 52 6D AB 34 24 0 21 DE 23 32
Octal 122 155 253 64 44 0 41 336 43 62
Binary 1010010 1101101 10101011 110100 100100 0 100001 11011110 100011 110010

Color Harmonies of #526DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DAB

Black with #526DAB

Text Example


Text Example

White with #526DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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