Html Css Color HEX #527799 San Marino

📋 copy color: '#527799'

red 82 ◦ green 119 ◦ blue 153

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

Shades of San Marino #527799

Tints of San Marino #527799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 23.16%
G = 33.62%
B = 43.22%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#527799 (or 0x527799) is known color: San Marino. HEX triplet: 52, 77 and 99. RGB value is (82,119,153). Sum of RGB (Red+Green+Blue) = 82+119+153=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #527799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527799 is #AD8866. Grayscale: #6F6F6F. Windows color (decimal): -11372647 or 10057554. OLE color: 10057554.

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

Color convert

RGB 82 119 153 -
CMYK 0.46 0.22 0 0.4
HSL 208.73º 0.3% 0.46% -
HSV(B) 208.73º 0.46% 0.6% -
XYZ 15.83 17.29 32.64 -
YUV 111.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 82 119 153 0.46 0.22 0 0.4 208.73 0.3 0.46
Hex 52 77 99 2E 16 0 28 D1 1E 2E
Octal 122 167 231 56 26 0 50 321 36 56
Binary 1010010 1110111 10011001 101110 10110 0 101000 11010001 11110 101110

Color Harmonies of #527799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527799

Black with #527799

Text Example


Text Example

White with #527799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527799; }

 p { color: rgb(82,119,153); }

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

background-color css

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

 a { background-color: rgb(82,119,153); }

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

border-color css

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

 span { border-color: rgb(82,119,153); }

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