Html Css Color HEX #527B9E San Marino

📋 copy color: '#527B9E'

red 82 ◦ green 123 ◦ blue 158

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

Shades of San Marino #527B9E

Tints of San Marino #527B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 22.59%
G = 33.88%
B = 43.53%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#527B9E (or 0x527B9E) is known color: San Marino. HEX triplet: 52, 7B and 9E. RGB value is (82,123,158). Sum of RGB (Red+Green+Blue) = 82+123+158=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #527B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B9E is #AD8461. Grayscale: #727272. Windows color (decimal): -11371618 or 10386258. OLE color: 10386258.

HSL color Cylindrical-coordinate representation of color #527B9E: hue angle of 207.63º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #527B9E is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 123 158 -
CMYK 0.48 0.22 0 0.38
HSL 207.63º 0.32% 0.47% -
HSV(B) 207.63º 0.48% 0.62% -
XYZ 16.73 18.43 35.02 -
YUV 114.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 82 123 158 0.48 0.22 0 0.38 207.63 0.32 0.47
Hex 52 7B 9E 30 16 0 26 D0 20 2F
Octal 122 173 236 60 26 0 46 320 40 57
Binary 1010010 1111011 10011110 110000 10110 0 100110 11010000 100000 101111

Color Harmonies of #527B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B9E

Black with #527B9E

Text Example


Text Example

White with #527B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527B9E; }

 p { color: rgb(82,123,158); }

 H1.HeaderClassName
 {
   color: #527B9E;
 }
 .AnyTagClassName
 {
   color: #527B9E;
 }
</style>

background-color css

<style>
 a { background-color: #527B9E; }

 a { background-color: rgb(82,123,158); }

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

border-color css

<style>
 span { border-color: #527B9E; }

 span { border-color: rgb(82,123,158); }

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