#638585

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

Shades of Gothic #638585

Tints of Gothic #638585

Color information

#638585 (or 0x638585) is unknown color: approx Gothic. HEX triplet: 63, 85 and 85. RGB value is (99,133,133). Sum of RGB (Red+Green+Blue) = 99+133+133=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #638585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638585 is #9C7A7A. Grayscale: #7A7A7A. Windows color (decimal): -10254971 or 8750435. OLE color: 8750435.

HSL color Cylindrical-coordinate representation of color #638585: hue angle of 180º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638585 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99133133-
CMYK0.26000.48
HSL180º14.66%45.49%-
HSV(B)180º25.56%52.16%-
XYZ17.7721.1225.33-
YUV122.83133.74111-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=27.12%
G=36.44%
B=36.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991331330.26000.4818014.6645.49
Hex6385851A0030b4f2d
Octal1432052053200602641755
Binary110001110000101100001011101000110000101101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638585; }

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

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

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

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

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

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

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

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