Html Css Color HEX #527B9C San Marino

📋 copy color: '#527B9C'

red 82 ◦ green 123 ◦ blue 156

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

Shades of San Marino #527B9C

Tints of San Marino #527B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 22.71%
G = 34.07%
B = 43.21%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#527B9C (or 0x527B9C) is known color: San Marino. HEX triplet: 52, 7B and 9C. RGB value is (82,123,156). Sum of RGB (Red+Green+Blue) = 82+123+156=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #527B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B9C is #AD8463. Grayscale: #727272. Windows color (decimal): -11371620 or 10255186. OLE color: 10255186.

HSL color Cylindrical-coordinate representation of color #527B9C: hue angle of 206.76º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527B9C is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 123 156 -
CMYK 0.47 0.21 0 0.39
HSL 206.76º 0.31% 0.47% -
HSV(B) 206.76º 0.47% 0.61% -
XYZ 16.56 18.36 34.12 -
YUV 114.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 82 123 156 0.47 0.21 0 0.39 206.76 0.31 0.47
Hex 52 7B 9C 2F 15 0 27 CF 1F 2F
Octal 122 173 234 57 25 0 47 317 37 57
Binary 1010010 1111011 10011100 101111 10101 0 100111 11001111 11111 101111

Color Harmonies of #527B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B9C

Black with #527B9C

Text Example


Text Example

White with #527B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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