#658387

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

Shades of Gothic #658387

Tints of Gothic #658387

Color information

#658387 (or 0x658387) is unknown color: approx Gothic. HEX triplet: 65, 83 and 87. RGB value is (101,131,135). Sum of RGB (Red+Green+Blue) = 101+131+135=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #658387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658387 is #9A7C78. Grayscale: #7A7A7A. Windows color (decimal): -10124409 or 8880997. OLE color: 8880997.

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

Color convert

RGB101131135-
CMYK0.250.0300.47
HSL187.06º14.41%46.27%-
HSV(B)187.06º25.19%52.94%-
XYZ17.8620.7525.99-
YUV122.49135.06112.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=27.52%
G=35.69%
B=36.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011311350.250.0300.47187.0614.4146.27
Hex65838719302Fbbe2e
Octal1452032073130572731656
Binary1100101100000111000011111001110101111101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658387; }

 p { color: rgb(101,131,135); }

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

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

 a { background-color: rgb(101,131,135); }

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

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

 span { border-color: rgb(101,131,135); }

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