Html Css Color HEX #527298 San Marino

📋 copy color: '#527298'

red 82 ◦ green 114 ◦ blue 152

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

Shades of San Marino #527298

Tints of San Marino #527298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 23.56%
G = 32.76%
B = 43.68%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#527298 (or 0x527298) is known color: San Marino. HEX triplet: 52, 72 and 98. RGB value is (82,114,152). Sum of RGB (Red+Green+Blue) = 82+114+152=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #527298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527298 is #AD8D67. Grayscale: #6C6C6C. Windows color (decimal): -11373928 or 9990738. OLE color: 9990738.

HSL color Cylindrical-coordinate representation of color #527298: hue angle of 212.57º 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 #527298 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 114 152 -
CMYK 0.46 0.25 0 0.40
HSL 212.57º 0.3% 0.46% -
HSV(B) 212.57º 0.46% 0.6% -
XYZ 15.16 16.1 32.01 -
YUV 108.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 82 114 152 0.46 0.25 0 0.40 212.57 0.3 0.46
Hex 52 72 98 2E 19 0 28 D5 1E 2E
Octal 122 162 230 56 31 0 50 325 36 56
Binary 1010010 1110010 10011000 101110 11001 0 101000 11010101 11110 101110

Color Harmonies of #527298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527298

Black with #527298

Text Example


Text Example

White with #527298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527298; }

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

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

background-color css

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

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

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

border-color css

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

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

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