Html Css Color HEX #527598 San Marino

📋 copy color: '#527598'

red 82 ◦ green 117 ◦ blue 152

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

Shades of San Marino #527598

Tints of San Marino #527598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 152 (59.77% from 255) = 43.3%

R = 23.36%
G = 33.33%
B = 43.3%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#527598 (or 0x527598) is known color: San Marino. HEX triplet: 52, 75 and 98. RGB value is (82,117,152). Sum of RGB (Red+Green+Blue) = 82+117+152=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #527598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527598 is #AD8A67. Grayscale: #6E6E6E. Windows color (decimal): -11373160 or 9991506. OLE color: 9991506.

HSL color Cylindrical-coordinate representation of color #527598: hue angle of 210º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527598 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 117 152 -
CMYK 0.46 0.23 0 0.40
HSL 210º 0.3% 0.46% -
HSV(B) 210º 0.46% 0.6% -
XYZ 15.51 16.78 32.13 -
YUV 110.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 82 117 152 0.46 0.23 0 0.40 210 0.3 0.46
Hex 52 75 98 2E 17 0 28 D2 1E 2E
Octal 122 165 230 56 27 0 50 322 36 56
Binary 1010010 1110101 10011000 101110 10111 0 101000 11010010 11110 101110

Color Harmonies of #527598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527598

Black with #527598

Text Example


Text Example

White with #527598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527598; }

 p { color: rgb(82,117,152); }

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

background-color css

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

 a { background-color: rgb(82,117,152); }

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

border-color css

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

 span { border-color: rgb(82,117,152); }

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