#738589

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

Shades of Regent Grey #738589

Tints of Regent Grey #738589

Color information

#738589 (or 0x738589) is unknown color: approx Regent Grey. HEX triplet: 73, 85 and 89. RGB value is (115,133,137). Sum of RGB (Red+Green+Blue) = 115+133+137=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 137 - color contains mainly: blue. Hex color #738589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738589 is #8C7A76. Grayscale: #808080. Windows color (decimal): -9206391 or 9012595. OLE color: 9012595.

HSL color Cylindrical-coordinate representation of color #738589: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738589 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB115133137-
CMYK0.160.0300.46
HSL190.91º8.73%49.41%-
HSV(B)190.91º16.06%53.73%-
XYZ19.9722.2326.9-
YUV128.07133.04118.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=29.87%
G=34.55%
B=35.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151331370.160.0300.46190.918.7349.41
Hex73858910302Ebf931
Octal1632052112030562771161
Binary1110011100001011000100110000110101110101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738589; }

 p { color: rgb(115,133,137); }

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

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

 a { background-color: rgb(115,133,137); }

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

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

 span { border-color: rgb(115,133,137); }

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