#628586

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

Shades of Gothic #628586

Tints of Gothic #628586

Color information

#628586 (or 0x628586) is unknown color: approx Gothic. HEX triplet: 62, 85 and 86. RGB value is (98,133,134). Sum of RGB (Red+Green+Blue) = 98+133+134=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #628586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628586 is #9D7A79. Grayscale: #7A7A7A. Windows color (decimal): -10320506 or 8815970. OLE color: 8815970.

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

Color convert

RGB98133134-
CMYK0.270.0100.47
HSL181.67º15.52%45.49%-
HSV(B)181.67º26.87%52.55%-
XYZ17.7321.0925.69-
YUV122.65134.4110.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=26.85%
G=36.44%
B=36.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981331340.270.0100.47181.6715.5245.49
Hex6285861B102Fb6102d
Octal1422052063310572662055
Binary1100010100001011000011011011101011111011011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628586; }

 p { color: rgb(98,133,134); }

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

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

 a { background-color: rgb(98,133,134); }

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

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

 span { border-color: rgb(98,133,134); }

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