#628588

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

Shades of Gothic #628588

Tints of Gothic #628588

Color information

#628588 (or 0x628588) is unknown color: approx Gothic. HEX triplet: 62, 85 and 88. RGB value is (98,133,136). Sum of RGB (Red+Green+Blue) = 98+133+136=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #628588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628588 is #9D7A77. Grayscale: #7A7A7A. Windows color (decimal): -10320504 or 8947042. OLE color: 8947042.

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

Color convert

RGB98133136-
CMYK0.280.0200.47
HSL184.74º16.24%45.88%-
HSV(B)184.74º27.94%53.33%-
XYZ17.8721.1526.43-
YUV122.88135.4110.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=26.70%
G=36.24%
B=37.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981331360.280.0200.47184.7416.2445.88
Hex6285881C202Fb9102e
Octal1422052103420572712056
Binary11000101000010110001000111001001011111011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628588; }

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

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

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

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

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

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

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

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