#538887

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

Shades of Paradiso #538887

Tints of Paradiso #538887

Color information

#538887 (or 0x538887) is unknown color: approx Paradiso. HEX triplet: 53, 88 and 87. RGB value is (83,136,135). Sum of RGB (Red+Green+Blue) = 83+136+135=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #538887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538887 is #AC7778. Grayscale: #777777. Windows color (decimal): -11302777 or 8882259. OLE color: 8882259.

HSL color Cylindrical-coordinate representation of color #538887: hue angle of 178.87º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538887 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB83136135-
CMYK0.3900.010.47
HSL178.87º24.2%42.94%-
HSV(B)178.87º38.97%53.33%-
XYZ16.7421.226.13-
YUV120.04136.44101.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=23.45%
G=38.42%
B=38.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831361350.3900.010.47178.8724.242.94
Hex53888727012Fb3182b
Octal1232102074701572633053
Binary10100111000100010000111100111011011111011001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538887; }

 p { color: rgb(83,136,135); }

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

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

 a { background-color: rgb(83,136,135); }

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

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

 span { border-color: rgb(83,136,135); }

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