#538088

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

Shades of Paradiso #538088

Tints of Paradiso #538088

Color information

#538088 (or 0x538088) is unknown color: approx Paradiso. HEX triplet: 53, 80 and 88. RGB value is (83,128,136). Sum of RGB (Red+Green+Blue) = 83+128+136=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #538088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538088 is #AC7F77. Grayscale: #737373. Windows color (decimal): -11304824 or 8945747. OLE color: 8945747.

HSL color Cylindrical-coordinate representation of color #538088: hue angle of 189.06º 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 #538088 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83128136-
CMYK0.390.0600.47
HSL189.06º24.2%42.94%-
HSV(B)189.06º38.97%53.33%-
XYZ15.7319.0526.14-
YUV115.46139.59104.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=23.92%
G=36.89%
B=39.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831281360.390.0600.47189.0624.242.94
Hex53808827602Fbd182b
Octal1232002104760572753053
Binary1010011100000001000100010011111001011111011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538088; }

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

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

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

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

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

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

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

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