#658B92

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

Shades of Gothic #658B92

Tints of Gothic #658B92

Color information

#658B92 (or 0x658B92) is unknown color: approx Gothic. HEX triplet: 65, 8B and 92. RGB value is (101,139,146). Sum of RGB (Red+Green+Blue) = 101+139+146=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #658B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658B92 is #9A746D. Grayscale: #808080. Windows color (decimal): -10122350 or 9603941. OLE color: 9603941.

HSL color Cylindrical-coordinate representation of color #658B92: hue angle of 189.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658B92 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB101139146-
CMYK0.310.0500.43
HSL189.33º18.22%48.43%-
HSV(B)189.33º30.82%57.25%-
XYZ19.7923.3130.65-
YUV128.44137.91108.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=26.17%
G=36.01%
B=37.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011391460.310.0500.43189.3318.2248.43
Hex658B921F502Bbd1230
Octal1452132223750532752260
Binary110010110001011100100101111110101010111011110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658B92; }

 p { color: rgb(101,139,146); }

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

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

 a { background-color: rgb(101,139,146); }

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

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

 span { border-color: rgb(101,139,146); }

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