Html Css Color HEX #658585 Gothic

📋 copy color: '#658585'

red 101 ◦ green 133 ◦ blue 133

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

Shades of Gothic #658585

Tints of Gothic #658585

RGB

 RED value IS 101 (39.84% from 255) = 27.52%

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 27.52%
G = 36.24%
B = 36.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#658585 (or 0x658585) is known color: Gothic. HEX triplet: 65, 85 and 85. RGB value is (101,133,133). Sum of RGB (Red+Green+Blue) = 101+133+133=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #658585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658585 is #9A7A7A. Grayscale: #7B7B7B. Windows color (decimal): -10123899 or 8750437. OLE color: 8750437.

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

Color convert

RGB 101 133 133 -
CMYK 0.24 0 0 0.48
HSL 180º 0.14% 0.46% -
HSV(B) 180º 0.24% 0.52% -
XYZ 17.99 21.24 25.34 -
YUV 123.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 101 133 133 0.24 0 0 0.48 180 0.14 0.46
Hex 65 85 85 18 0 0 30 B4 E 2E
Octal 145 205 205 30 0 0 60 264 16 56
Binary 1100101 10000101 10000101 11000 0 0 110000 10110100 1110 101110

Color Harmonies of #658585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658585

Black with #658585

Text Example


Text Example

White with #658585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658585; }

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

 H1.HeaderClassName
 {
   color: #658585;
 }
 .AnyTagClassName
 {
   color: #658585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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