#538283

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

Shades of Paradiso #538283

Tints of Paradiso #538283

Color information

#538283 (or 0x538283) is unknown color: approx Paradiso. HEX triplet: 53, 82 and 83. RGB value is (83,130,131). Sum of RGB (Red+Green+Blue) = 83+130+131=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #538283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538283 is #AC7D7C. Grayscale: #747474. Windows color (decimal): -11304317 or 8618579. OLE color: 8618579.

HSL color Cylindrical-coordinate representation of color #538283: hue angle of 181.25º degrees, saturation: 0.22, 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 #538283 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83130131-
CMYK0.370.0100.49
HSL181.25º22.43%41.96%-
HSV(B)181.25º36.64%51.37%-
XYZ15.6519.4424.4-
YUV116.06136.43104.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=24.13%
G=37.79%
B=38.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831301310.370.0100.49181.2522.4341.96
Hex538283251031b5162a
Octal1232022034510612652652
Binary10100111000001010000011100101101100011011010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538283; }

 p { color: rgb(83,130,131); }

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

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

 a { background-color: rgb(83,130,131); }

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

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

 span { border-color: rgb(83,130,131); }

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