#527983

Color #527983 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #527983

Tints of Paradiso #527983

Color information

#527983 (or 0x527983) is unknown color: approx Paradiso. HEX triplet: 52, 79 and 83. RGB value is (82,121,131). Sum of RGB (Red+Green+Blue) = 82+121+131=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #527983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527983 is #AD867C. Grayscale: #6E6E6E. Windows color (decimal): -11372157 or 8616274. OLE color: 8616274.

HSL color Cylindrical-coordinate representation of color #527983: hue angle of 192.24º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527983 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82121131-
CMYK0.370.0800.49
HSL192.24º23%41.76%-
HSV(B)192.24º37.4%51.37%-
XYZ14.4117.1124.02-
YUV110.48139.58107.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=24.55%
G=36.23%
B=39.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821211310.370.0800.49192.242341.76
Hex527983258031c0172a
Octal12217120345100613002752
Binary1010010111100110000011100101100001100011100000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527983; }

 p { color: rgb(82,121,131); }

 H1.HeaderClassName
 {
   color: #527983;
 }
 .AnyTagClassName
 {
   color: #527983;
 }
</style>
background-color css

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

 a { background-color: rgb(82,121,131); }

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

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

 span { border-color: rgb(82,121,131); }

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