#658384

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

Shades of Gothic #658384

Tints of Gothic #658384

Color information

#658384 (or 0x658384) is unknown color: approx Gothic. HEX triplet: 65, 83 and 84. RGB value is (101,131,132). Sum of RGB (Red+Green+Blue) = 101+131+132=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #658384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658384 is #9A7C7B. Grayscale: #7A7A7A. Windows color (decimal): -10124412 or 8684389. OLE color: 8684389.

HSL color Cylindrical-coordinate representation of color #658384: hue angle of 181.94º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658384 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101131132-
CMYK0.230.0100.48
HSL181.94º13.3%45.69%-
HSV(B)181.94º23.48%51.76%-
XYZ17.6520.6724.89-
YUV122.14133.56112.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=27.75%
G=35.99%
B=36.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011311320.230.0100.48181.9413.345.69
Hex658384171030b6d2e
Octal1452032042710602661556
Binary110010110000011100001001011110110000101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658384; }

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

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

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

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

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

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

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

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