Html Css Color HEX #526CB0 San Marino

📋 copy color: '#526CB0'

red 82 ◦ green 108 ◦ blue 176

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

Shades of San Marino #526CB0

Tints of San Marino #526CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 176 (69.14% from 255) = 48.09%

R = 22.4%
G = 29.51%
B = 48.09%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#526CB0 (or 0x526CB0) is known color: San Marino. HEX triplet: 52, 6C and B0. RGB value is (82,108,176). Sum of RGB (Red+Green+Blue) = 82+108+176=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #526CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526CB0 is #AD934F. Grayscale: #6B6B6B. Windows color (decimal): -11375440 or 11562066. OLE color: 11562066.

HSL color Cylindrical-coordinate representation of color #526CB0: hue angle of 223.4º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526CB0 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 108 176 -
CMYK 0.53 0.39 0 0.31
HSL 223.4º 0.37% 0.51% -
HSV(B) 223.4º 0.53% 0.69% -
XYZ 16.68 15.65 43.22 -
YUV 107.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 82 108 176 0.53 0.39 0 0.31 223.4 0.37 0.51
Hex 52 6C B0 35 27 0 1F DF 25 33
Octal 122 154 260 65 47 0 37 337 45 63
Binary 1010010 1101100 10110000 110101 100111 0 11111 11011111 100101 110011

Color Harmonies of #526CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CB0

Black with #526CB0

Text Example


Text Example

White with #526CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,176); }

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

background-color css

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

 a { background-color: rgb(82,108,176); }

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

border-color css

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

 span { border-color: rgb(82,108,176); }

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