#638588

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

Shades of Gothic #638588

Tints of Gothic #638588

Color information

#638588 (or 0x638588) is unknown color: approx Gothic. HEX triplet: 63, 85 and 88. RGB value is (99,133,136). Sum of RGB (Red+Green+Blue) = 99+133+136=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #638588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638588 is #9C7A77. Grayscale: #7B7B7B. Windows color (decimal): -10254968 or 8947043. OLE color: 8947043.

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

Color convert

RGB99133136-
CMYK0.270.0200.47
HSL184.86º15.74%46.08%-
HSV(B)184.86º27.21%53.33%-
XYZ17.9821.2126.44-
YUV123.18135.24110.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=26.90%
G=36.14%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991331360.270.0200.47184.8615.7446.08
Hex6385881B202Fb9102e
Octal1432052103320572712056
Binary11000111000010110001000110111001011111011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638588; }

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

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

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

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

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

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

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

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