Html Css Color HEX #628588 Gothic

📋 copy color: '#628588'

red 98 ◦ green 133 ◦ blue 136

#628588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #628588

Tints of Gothic #628588

RGB

 RED value IS 98 (38.67% from 255) = 26.7%

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 26.7%
G = 36.24%
B = 37.06%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#628588 (or 0x628588) is known color: 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

RGB 98 133 136 -
CMYK 0.28 0.02 0 0.47
HSL 184.74º 0.16% 0.46% -
HSV(B) 184.74º 0.28% 0.53% -
XYZ 17.87 21.15 26.43 -
YUV 122.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 98 133 136 0.28 0.02 0 0.47 184.74 0.16 0.46
Hex 62 85 88 1C 2 0 2F B9 10 2E
Octal 142 205 210 34 2 0 57 271 20 56
Binary 1100010 10000101 10001000 11100 10 0 101111 10111001 10000 101110

Color Harmonies of #628588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628588

Black with #628588

Text Example


Text Example

White with #628588

Text Example


Text Example

HTML Codes & Css Web 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>