Html Css Color HEX #658384 Gothic

📋 copy color: '#658384'

red 101 ◦ green 131 ◦ blue 132

#658384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #658384

Tints of Gothic #658384

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 value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#658384 (or 0x658384) is known color: 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

RGB 101 131 132 -
CMYK 0.23 0.01 0 0.48
HSL 181.94º 0.13% 0.46% -
HSV(B) 181.94º 0.23% 0.52% -
XYZ 17.65 20.67 24.89 -
YUV 122.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 101 131 132 0.23 0.01 0 0.48 181.94 0.13 0.46
Hex 65 83 84 17 1 0 30 B6 D 2E
Octal 145 203 204 27 1 0 60 266 15 56
Binary 1100101 10000011 10000100 10111 1 0 110000 10110110 1101 101110

Color Harmonies of #658384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658384

Black with #658384

Text Example


Text Example

White with #658384

Text Example


Text Example

HTML Codes & Css Web 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>